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 | a99d9cec7e090736ab49c91720cfd2b43e2a6f00 (patch) | |
tree | e26a3c5d3028644d2f7d3b8b2e5101675359b5fd /source/smbd/uid.c | |
parent | be5d32eb9c58bb1911299d095efcf230d50ed590 (diff) | |
download | samba-a99d9cec7e090736ab49c91720cfd2b43e2a6f00.tar.gz samba-a99d9cec7e090736ab49c91720cfd2b43e2a6f00.tar.xz samba-a99d9cec7e090736ab49c91720cfd2b43e2a6f00.zip |
Fixed incorrect debug message. )-:
Diffstat (limited to 'source/smbd/uid.c')
-rw-r--r-- | source/smbd/uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/uid.c b/source/smbd/uid.c index b33c9ede17f..e40b4707fcf 100644 --- a/source/smbd/uid.c +++ b/source/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 )); |