svn commit: samba r20271 - in branches/SAMBA_3_0/source/libmsrpc: .

vlendec at samba.org vlendec at samba.org
Wed Dec 20 07:38:58 GMT 2006


Author: vlendec
Date: 2006-12-20 07:38:58 +0000 (Wed, 20 Dec 2006)
New Revision: 20271

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

Log:
Fix the build
Modified:
   branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c


Changeset:
Modified: branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c
===================================================================
--- branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c	2006-12-20 04:50:46 UTC (rev 20270)
+++ branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c	2006-12-20 07:38:58 UTC (rev 20271)
@@ -22,8 +22,8 @@
 #include "libmsrpc.h"
 #include "libmsrpc_internal.h"
 
-WERROR cac_delete_subkeys_recursive( struct rpc_pipe_client * pipe_hnd,
-				     TALLOC_CTX * mem_ctx, POLICY_HND * key );
+NTSTATUS cac_delete_subkeys_recursive(struct rpc_pipe_client * pipe_hnd,
+				      TALLOC_CTX * mem_ctx, POLICY_HND * key);
 
 int cac_RegConnect( CacServerHandle * hnd, TALLOC_CTX * mem_ctx,
 		    struct RegConnect *op )



More information about the samba-cvs mailing list