(gethostbyaddr): Shut up the compiler.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 03:40:54 +0000 (03:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 03:40:54 +0000 (03:40 +0000)
resolv/gethnamaddr.c

index 14758df..ed87155 100644 (file)
@@ -636,7 +636,7 @@ gethostbyaddr(addr, len, af)
        int n, size;
        querybuf buf;
        register struct hostent *hp;
-       char qbuf[MAXDNAME+1], *qp;
+       char qbuf[MAXDNAME+1], *qp = NULL;
 #ifdef SUNSECURITY
        register struct hostent *rhp;
        char **haddr;