]> andersk Git - gssapi-openssh.git/commitdiff
initialize pointers to avoid compiler warnings
authorjbasney <jbasney>
Tue, 6 Sep 2005 03:28:55 +0000 (03:28 +0000)
committerjbasney <jbasney>
Tue, 6 Sep 2005 03:28:55 +0000 (03:28 +0000)
openssh/sshconnect2.c

index 2510ad95785b03fc353eb4db626ed6fc866d129e..22685062c78fc16c7de3330954ba8b8a2876937f 100644 (file)
@@ -84,7 +84,7 @@ ssh_kex2(char *host, struct sockaddr *hostaddr)
 {
        Kex *kex;
 #ifdef GSSAPI
-       char *orig, *gss;
+       char *orig=NULL, *gss=NULL;
        int len;
 #endif
 
This page took 0.27026 seconds and 5 git commands to generate.