r11230: Remove the '//' i was using to test something...oops
authorJim McDonough <jmcd@samba.org>
Thu, 20 Oct 2005 16:07:36 +0000 (16:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:08 +0000 (11:05 -0500)
(This used to be commit cda5a81bbe52308a81a79eb0354aea63027a9701)

source3/lib/util_sid.c

index 0a9e6fe310ae0eb361733aeeea77d03ac31711d0..4c274b5e01d2abe6e457a4d306d19f8d641a19bb 100644 (file)
@@ -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;