diff options
author | Tim Potter <tpot@samba.org> | 2001-11-08 04:41:13 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-08 04:41:13 +0000 |
commit | f56a3ea612beded266c614511aa4c451639cbe9a (patch) | |
tree | d745c7f99912688acad9672a6b831c8d3318b81c | |
parent | fea97ecd7c00022b59982a078add89a1a7e1d377 (diff) | |
download | samba-f56a3ea612beded266c614511aa4c451639cbe9a.tar.gz samba-f56a3ea612beded266c614511aa4c451639cbe9a.tar.bz2 samba-f56a3ea612beded266c614511aa4c451639cbe9a.zip |
Fixed incorrect debug message. )-:
(This used to be commit a99d9cec7e090736ab49c91720cfd2b43e2a6f00)
-rw-r--r-- | source3/smbd/uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/uid.c b/source3/smbd/uid.c index b33c9ede17..e40b4707fc 100644 --- a/source3/smbd/uid.c +++ b/source3/smbd/uid.c @@ -689,7 +689,7 @@ BOOL sid_to_gid(DOM_SID *psid, gid_t *pgid, enum SID_NAME_USE *sidtype) return False; } - DEBUG(10,("gid_to_uid: winbindd %s -> %u\n", + DEBUG(10,("sid_to_gid: winbindd %s -> %u\n", sid_to_string(sid_str, psid), (unsigned int)*pgid )); |