Author: jerry
Date: 2005-12-11 04:41:54 +0000 (Sun, 11 Dec 2005)
New Revision: 12176

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

Log:
fix type mismatch after rpc structure change in rpc_svcctl.h
Modified:
   branches/SAMBA_3_0/source/rpc_parse/parse_svcctl.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_parse/parse_svcctl.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_parse/parse_svcctl.c  2005-12-11 04:41:15 UTC 
(rev 12175)
+++ branches/SAMBA_3_0/source/rpc_parse/parse_svcctl.c  2005-12-11 04:41:54 UTC 
(rev 12176)
@@ -41,7 +41,7 @@
        if(!prs_uint32("controls_accepted", ps, depth, 
&status->controls_accepted))
                return False;
 
-       if(!prs_uint32("win32_exit_code", ps, depth, &status->win32_exit_code))
+       if(!prs_werror("win32_exit_code", ps, depth, &status->win32_exit_code))
                return False;
 
        if(!prs_uint32("service_exit_code", ps, depth, 
&status->service_exit_code))

Reply via email to