1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

Not enough args to DEBUG statement.

This commit is contained in:
Tim Potter -
parent 0babc4baea
commit 156f438bce

View File

@ -3261,7 +3261,7 @@ BOOL attempt_netbios_session_request(struct cli_state *cli, char *srchost, char
*/
DEBUG(0,("attempt_netbios_session_request: %s rejected the session for name %s \
with error %s.\n", desthost, cli_errstr(cli) ));
with error %s.\n", desthost, "*SMBSERVER", cli_errstr(cli) ));
cli_shutdown(cli);
return False;
}