mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
reenabled retry_time (commented out accidentally in name_status)
(This used to be commit bf9422832c335c8d283273eb1d0008ac15cd3531)
This commit is contained in:
parent
92bc7a4263
commit
7c53f158ba
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user