mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
r6158: fix some misleading error messages
(This used to be commit 91a8e1ac6debffe457624a625e0f407bdbbbcb15)
This commit is contained in:
parent
eefc6f0ab4
commit
4066f6e59a
@ -102,11 +102,11 @@ static void cm_get_ipc_userpass(char **username, char **domain, char **password)
|
||||
if (!*password || !**password)
|
||||
*password = smb_xstrdup("");
|
||||
|
||||
DEBUG(3, ("IPC$ connections done by user %s\\%s\n",
|
||||
DEBUG(3, ("cm_get_ipc_userpass: Retrieved auth-user from secrets.tdb [%s\\%s]\n",
|
||||
*domain, *username));
|
||||
|
||||
} else {
|
||||
DEBUG(3, ("IPC$ connections done anonymously\n"));
|
||||
DEBUG(3, ("cm_get_ipc_userpass: No auth-user defined\n"));
|
||||
*username = smb_xstrdup("");
|
||||
*domain = smb_xstrdup("");
|
||||
*password = smb_xstrdup("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user