From 7c53f158bab61bca704340ce70f4039a178d0fde Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Sun, 5 Dec 1999 02:22:28 +0000 Subject: reenabled retry_time (commented out accidentally in name_status) (This used to be commit bf9422832c335c8d283273eb1d0008ac15cd3531) --- source3/libsmb/namequery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb/namequery.c') diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index 406a5721c9..299145ceff 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -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)) -- cgit