From fc8292f38151705e520880acbf57a87982e4325c Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 20 Oct 2005 16:07:36 +0000 Subject: r11230: Remove the '//' i was using to test something...oops (This used to be commit cda5a81bbe52308a81a79eb0354aea63027a9701) --- source3/lib/util_sid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util_sid.c') diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index 0a9e6fe310..4c274b5e01 100644 --- a/source3/lib/util_sid.c +++ b/source3/lib/util_sid.c @@ -267,7 +267,7 @@ BOOL string_to_sid(DOM_SID *sidout, const char *sidstr) return False; } -// ZERO_STRUCTP(sidout); + ZERO_STRUCTP(sidout); /* Get the revision number. */ p = sidstr + 2; -- cgit