aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--notmuch-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-setup.c b/notmuch-setup.c
index ec4bfebc..c3ea9371 100644
--- a/notmuch-setup.c
+++ b/notmuch-setup.c
@@ -92,7 +92,7 @@ notmuch_setup_command (unused (void *ctx),
unused (int argc), unused (char *argv[]))
{
char *response = NULL;
- size_t response_size;
+ size_t response_size = 0;
notmuch_config_t *config;
const char **old_other_emails;
size_t old_other_emails_len;