summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_join.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-06-16 10:10:37 +0000
committerVolker Lendecke <vlendec@samba.org>2003-06-16 10:10:37 +0000
commite2cda4a24ef1ce969eec897bddd4cc5e35737677 (patch)
treefc42689e28b68c8e30683cc2fd18a106ec7f4c7c /source3/utils/net_rpc_join.c
parent6a2b43db9c5581158491dc539751780823322a78 (diff)
downloadsamba-e2cda4a24ef1ce969eec897bddd4cc5e35737677.tar.gz
samba-e2cda4a24ef1ce969eec897bddd4cc5e35737677.tar.bz2
samba-e2cda4a24ef1ce969eec897bddd4cc5e35737677.zip
Fix misleading debug message.
Volker (This used to be commit a4f76f2520515d820eb4a320036b998c88c596a8)
Diffstat (limited to 'source3/utils/net_rpc_join.c')
-rw-r--r--source3/utils/net_rpc_join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c
index 76b86fd8da..ebb0b4dceb 100644
--- a/source3/utils/net_rpc_join.c
+++ b/source3/utils/net_rpc_join.c
@@ -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;
}