mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r18805: make error message match function name
(This used to be commit e46d8ed53f8eb4ba596ab6fc1924eb7f1829a3df)
This commit is contained in:
parent
ead672ea09
commit
660964f133
@ -54,7 +54,7 @@ static void single_accept_connection(struct event_context *ev,
|
||||
/* accept an incoming connection. */
|
||||
status = socket_accept(sock, &sock2);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
DEBUG(0,("accept_connection_single: accept: %s\n", nt_errstr(status)));
|
||||
DEBUG(0,("single_accept_connection: accept: %s\n", nt_errstr(status)));
|
||||
/* this looks strange, but is correct. We need to
|
||||
throttle things until the system clears enough
|
||||
resources to handle this new socket. If we don't
|
||||
|
Loading…
x
Reference in New Issue
Block a user