summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-02-05 14:57:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:43 -0500
commita90034f5aae0d92f319eb9f218e685351bcc7534 (patch)
treec130372e0553e6887e7983933c6f070ffb6c0d56 /source3/nsswitch/winbindd_rpc.c
parentc622130a7dd52c6d22e546c955fda5ec9cedd363 (diff)
downloadsamba-a90034f5aae0d92f319eb9f218e685351bcc7534.tar.gz
samba-a90034f5aae0d92f319eb9f218e685351bcc7534.tar.bz2
samba-a90034f5aae0d92f319eb9f218e685351bcc7534.zip
r21146: Fix debug typos.
Guenther (This used to be commit cdef1d00b89abd632281d428f1e1a6b322559af4)
Diffstat (limited to 'source3/nsswitch/winbindd_rpc.c')
-rw-r--r--source3/nsswitch/winbindd_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c
index 13a2174a26..6952c7717c 100644
--- a/source3/nsswitch/winbindd_rpc.c
+++ b/source3/nsswitch/winbindd_rpc.c
@@ -391,7 +391,7 @@ static NTSTATUS query_user(struct winbindd_domain *domain,
NET_USER_INFO_3 *user;
struct rpc_pipe_client *cli;
- DEBUG(3,("rpc: query_user rid=%s\n",
+ DEBUG(3,("rpc: query_user sid=%s\n",
sid_to_string(sid_string, user_sid)));
if (!sid_peek_check_rid(&domain->sid, user_sid, &user_rid))