1
0
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:
Luke Leighton 1999-12-05 02:22:28 +00:00
parent 92bc7a4263
commit 7c53f158ba

View 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))