diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gpg-pair-tool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpg-pair-tool.c b/tools/gpg-pair-tool.c index a86bd8e3c..347b29d24 100644 --- a/tools/gpg-pair-tool.c +++ b/tools/gpg-pair-tool.c @@ -1885,8 +1885,8 @@ command_respond (void) { gpg_error_t err; unsigned char *msg; - size_t msglen; - int msgtype; + size_t msglen = 0; /* In case that read_message returns an error. */ + int msgtype = 0; /* ditto. */ nvc_t state; const char *rolestr; const char *statestr; |