mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
added timestamp to "Denied connection" message.
(This used to be commit f28b14a86c
)
This commit is contained in:
@ -70,8 +70,8 @@ BOOL check_access(int snum)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (snum >= 0)
|
if (snum >= 0)
|
||||||
DEBUG(0,("Denied connection from %s (%s) to %s\n",
|
DEBUG(0,("%s Denied connection from %s (%s) to %s\n",
|
||||||
client_name(),client_addr(),
|
timestring(), client_name(),client_addr(),
|
||||||
lp_servicename(snum)));
|
lp_servicename(snum)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user