Skip to content

Commit

Permalink
shut up compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Aug 28, 2019
1 parent dd8aa2a commit 545ea63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/password.c
Expand Up @@ -180,7 +180,7 @@ VALUE_PAIR *password_normify(TALLOC_CTX *ctx, REQUEST *request, VALUE_PAIR const
uint8_t buffer[256];
ssize_t decoded;
VALUE_PAIR *out;
normalise_t normalised;
normalise_t normalised = NORMALISED_NOTHING;

if (min_len >= sizeof(buffer)) return NULL; /* paranoia */

Expand Down

0 comments on commit 545ea63

Please sign in to comment.