diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-16 02:23:05 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-16 02:23:05 +0100 |
| commit | 9624e8114408b96ac96675191ae2e34b0e403ee1 (patch) | |
| tree | b970b8a3246f73b374e0294b7787352721a5753c /handler.h | |
| parent | fa474603ccaa1a50d258b82ee51e2bc9275ba8b9 (diff) | |
| download | slcl-9624e8114408b96ac96675191ae2e34b0e403ee1.tar.gz | |
main.c: Fix undefined value for cur
As otherwise reported by clang 14.0.0:
main.c:679:14: warning: variable 'cur' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
else if (available && quota_current(a, username, &cur))
This was a minor issue after all, as pq was not used unless available
were set.
Diffstat (limited to 'handler.h')
0 files changed, 0 insertions, 0 deletions
