mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Fix misleading debug message.
Volker
This commit is contained in:
@ -167,7 +167,7 @@ int net_rpc_join_newstyle(int argc, const char **argv)
|
||||
/* Fetch domain sid */
|
||||
|
||||
if (!cli_nt_session_open(cli, PI_LSARPC)) {
|
||||
DEBUG(0, ("Error connecting to SAM pipe\n"));
|
||||
DEBUG(0, ("Error connecting to LSA pipe\n"));
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user