summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-05 22:57:14 +0000
committerTim Potter <tpot@samba.org>2001-11-05 22:57:14 +0000
commitade911c1c6ae51f0535beaf1c222de77fd860036 (patch)
tree870b45ca11901502e09c10d79e33e698845ed3f2
parent366026d2f46848152bb769181867f8cde2eaaf4e (diff)
downloadsamba-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)
-rw-r--r--source3/lib/util_sid.c2
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;
}