=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/hostfile.c,v retrieving revision 1.32.4.2 retrieving revision 1.32.4.3 diff -u -r1.32.4.2 -r1.32.4.3 --- src/usr.bin/ssh/hostfile.c 2005/06/05 02:22:39 1.32.4.2 +++ src/usr.bin/ssh/hostfile.c 2005/09/02 03:45:00 1.32.4.3 @@ -36,7 +36,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: hostfile.c,v 1.32.4.2 2005/06/05 02:22:39 brad Exp $"); +RCSID("$OpenBSD: hostfile.c,v 1.32.4.3 2005/09/02 03:45:00 brad Exp $"); #include #include @@ -315,7 +315,7 @@ { FILE *f; int success = 0; - char *hashed_host; + char *hashed_host = NULL; if (key == NULL) return 1; /* XXX ? */