Removed totally annoying verbose debug in sid_to_string()
authorTim Potter <tpot@samba.org>
Mon, 5 Nov 2001 22:57:14 +0000 (22:57 +0000)
committerTim Potter <tpot@samba.org>
Mon, 5 Nov 2001 22:57:14 +0000 (22:57 +0000)
(This used to be commit 4f21ddb8737d3f72a84465d3384351ccd2b07d15)

source3/lib/util_sid.c

index 8903bb1465738e5ab922a99ac204051407a64f70..06ff9510b7d2ebbb5a8d7a36b343f3023c71c576 100644 (file)
@@ -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;
 }