diff options
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c index 29cd1b351..0a9a26e95 100644 --- a/src/controller.c +++ b/src/controller.c @@ -247,7 +247,7 @@ rspamd_check_encrypted_password (struct rspamd_controller_worker_ctx *ctx, { const gchar *salt, *hash; gchar *salt_decoded, *key_decoded; - gsize salt_len, key_len; + gsize salt_len = 0, key_len = 0; gboolean ret = TRUE; guchar *local_key; rspamd_ftok_t *cache; |