Commit 2f5997b7 authored by Emilia Kasper's avatar Emilia Kasper
Browse files

Fix Wmaybe-uninitialized: initialize variable

parent 9e842a52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ int s_client_main(int argc, char **argv)
        NULL;
    char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL;
    char *sess_in = NULL, *sess_out = NULL, *crl_file = NULL, *p;
    char *jpake_secret = NULL, *xmpphost;
    char *jpake_secret = NULL, *xmpphost = NULL;
    const char *unix_path = NULL;
    const char *ehlo = "mail.example.com";
    struct sockaddr peer;