Author: jmcd
Date: 2005-10-20 16:07:36 +0000 (Thu, 20 Oct 2005)
New Revision: 11230

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11230

Log:
Remove the '//' i was using to test something...oops

Modified:
   branches/SAMBA_3_0/source/lib/util_sid.c
   trunk/source/lib/util_sid.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/util_sid.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util_sid.c    2005-10-20 16:05:12 UTC (rev 
11229)
+++ branches/SAMBA_3_0/source/lib/util_sid.c    2005-10-20 16:07:36 UTC (rev 
11230)
@@ -267,7 +267,7 @@
                return False;
        }
 
-//     ZERO_STRUCTP(sidout);
+       ZERO_STRUCTP(sidout);
 
        /* Get the revision number. */
        p = sidstr + 2;

Modified: trunk/source/lib/util_sid.c
===================================================================
--- trunk/source/lib/util_sid.c 2005-10-20 16:05:12 UTC (rev 11229)
+++ trunk/source/lib/util_sid.c 2005-10-20 16:07:36 UTC (rev 11230)
@@ -267,7 +267,7 @@
                return False;
        }
 
-//     ZERO_STRUCTP(sidout);
+       ZERO_STRUCTP(sidout);
 
        /* Get the revision number. */
        p = sidstr + 2;

Reply via email to