diff options
author | Tim Potter <tpot@samba.org> | 2001-11-05 22:57:14 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-05 22:57:14 +0000 |
commit | ade911c1c6ae51f0535beaf1c222de77fd860036 (patch) | |
tree | 870b45ca11901502e09c10d79e33e698845ed3f2 /source3 | |
parent | 366026d2f46848152bb769181867f8cde2eaaf4e (diff) | |
download | samba-ade911c1c6ae51f0535beaf1c222de77fd860036.tar.gz samba-ade911c1c6ae51f0535beaf1c222de77fd860036.tar.bz2 samba-ade911c1c6ae51f0535beaf1c222de77fd860036.zip |
Removed totally annoying verbose debug in sid_to_string()
(This used to be commit 4f21ddb8737d3f72a84465d3384351ccd2b07d15)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/util_sid.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index 8903bb1465..06ff9510b7 100644 --- a/source3/lib/util_sid.c +++ b/source3/lib/util_sid.c @@ -410,8 +410,6 @@ BOOL string_to_sid(DOM_SID *sidout, char *sidstr) sid_append_rid(sidout, (uint32)strtoul(tok, NULL, 10)); } - DEBUG(7,("string_to_sid: converted SID %s ok\n", sidstr)); - return True; } |