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

Herb Lewis hlewis at panasas.com
Wed Dec 20 18:09:07 GMT 2006


Looks like I should have waited for my build to finish before
submitting :-)

so why is the return type of this function different between
samba_3_0 and samba_3_0_24? Are these changes that should
have been in both branches and were missed or is it intentional?

vlendec at samba.org wrote:
> 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-technical mailing list