Author: jelmer
Date: 2006-05-22 16:22:38 +0000 (Mon, 22 May 2006)
New Revision: 15807

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

Log:
Fix incorrect initialization. Very nice catch by the IBM Checker.

Modified:
   branches/SAMBA_4_0/source/lib/registry/common/reg_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/common/reg_util.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/common/reg_util.c    2006-05-22 
16:21:52 UTC (rev 15806)
+++ branches/SAMBA_4_0/source/lib/registry/common/reg_util.c    2006-05-22 
16:22:38 UTC (rev 15807)
@@ -122,7 +122,7 @@
                        break;
 
                case REG_NONE:
-                       ZERO_STRUCT(data);
+                       ZERO_STRUCTP(data);
                        break;
        
                case REG_BINARY: 

Reply via email to