mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
added timestamp to "Denied connection" message.
(This used to be commit f28b14a86c22c3bad187ca57f03e13da795d4136)
This commit is contained in:
parent
570a5becfc
commit
563cf6f4aa
@ -70,8 +70,8 @@ BOOL check_access(int snum)
|
||||
}
|
||||
else
|
||||
if (snum >= 0)
|
||||
DEBUG(0,("Denied connection from %s (%s) to %s\n",
|
||||
client_name(),client_addr(),
|
||||
DEBUG(0,("%s Denied connection from %s (%s) to %s\n",
|
||||
timestring(), client_name(),client_addr(),
|
||||
lp_servicename(snum)));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user