1
0
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:
Volker Lendecke
-
parent 6053c30f26
commit a4f76f2520

View File

@ -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;
}