]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
reenabled retry_time (commented out accidentally in name_status)
authorLuke Leighton <lkcl@samba.org>
Sun, 5 Dec 1999 02:22:28 +0000 (02:22 +0000)
committerLuke Leighton <lkcl@samba.org>
Sun, 5 Dec 1999 02:22:28 +0000 (02:22 +0000)
(This used to be commit bf9422832c335c8d283273eb1d0008ac15cd3531)

source3/libsmb/namequery.c

index 406a5721c984307133b7d6890170004fc1ecabf1..299145ceff7d55b22b689b9ed12c103d7d7ae25e 100644 (file)
@@ -276,7 +276,7 @@ struct in_addr *name_query(int fd,const char *name,int name_type, BOOL bcast,BOO
     struct timeval tval2;
 
     GetTimeOfDay(&tval2);
-    if (first_send ) /* || TvalDiff(&tval,&tval2) > retry_time) */
+    if (first_send || TvalDiff(&tval,&tval2) > retry_time)
     {
        first_send = False;
       if (!found && !send_packet(&p))