From: Andrew Bartlett Date: Tue, 10 Jul 2001 17:14:52 +0000 (+0000) Subject: Fix tree breakage, the last change was entirly non-portable, and we already X-Git-Tag: samba-2.2.5pre1~1779^2~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cad6f53433a9345c06ae94c5ef63434e72a2daea;p=thirdparty%2Fsamba.git Fix tree breakage, the last change was entirly non-portable, and we already have this nice variable to do exactly this... --- diff --git a/source/nmbd/nmbd_namequery.c b/source/nmbd/nmbd_namequery.c index 67421103dd8..662d3895dda 100644 --- a/source/nmbd/nmbd_namequery.c +++ b/source/nmbd/nmbd_namequery.c @@ -26,6 +26,8 @@ extern int DEBUGLEVEL; +extern struct in_addr ipzero; + /**************************************************************************** Deal with a response packet when querying a name. ****************************************************************************/ @@ -40,7 +42,7 @@ static void query_name_response( struct subnet_record *subrec, &rrec->packet->packet.nmb.question.question_name; struct in_addr answer_ip; - answer_ip.S_un.S_addr = 0; /* Fix from JEM...should always initialize. */ + answer_ip = ipzero; /* Fix from JEM...should always initialize. */ /* Ensure we don't retry the query but leave the response record cleanup to the timeout code. We may get more answer responses in which case