From cda5a81bbe52308a81a79eb0354aea63027a9701 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 --- source/lib/util_sid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/lib/util_sid.c b/source/lib/util_sid.c index 0a9e6fe310a..4c274b5e01d 100644 --- a/source/lib/util_sid.c +++ b/source/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