]> andersk Git - gssapi-openssh.git/blobdiff - openssh/hostfile.c
Import of OpenSSH 4.2p1
[gssapi-openssh.git] / openssh / hostfile.c
index bf2a31c9bab3e710c2f4a9272181f16a96e037e1..63550a29ddbd3f5ed87b3c4a2b00ab678e7bd6ec 100644 (file)
@@ -36,7 +36,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: hostfile.c,v 1.34 2005/03/10 22:01:05 deraadt Exp $");
+RCSID("$OpenBSD: hostfile.c,v 1.35 2005/07/27 10:39:03 dtucker Exp $");
 
 #include <resolv.h>
 #include <openssl/hmac.h>
@@ -315,7 +315,7 @@ add_host_to_hostfile(const char *filename, const char *host, const Key *key,
 {
        FILE *f;
        int success = 0;
-       char *hashed_host;
+       char *hashed_host = NULL;
 
        if (key == NULL)
                return 1;       /* XXX ? */
This page took 0.281197 seconds and 4 git commands to generate.