svn commit: samba r11806 - in branches/SAMBA_4_0/source/librpc/rpc: .

vlendec at samba.org vlendec at samba.org
Sat Nov 19 22:36:20 GMT 2005


Author: vlendec
Date: 2005-11-19 22:36:19 +0000 (Sat, 19 Nov 2005)
New Revision: 11806

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

Log:
Minor cleanup
Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_auth.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_auth.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_auth.c	2005-11-19 22:34:46 UTC (rev 11805)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_auth.c	2005-11-19 22:36:19 UTC (rev 11806)
@@ -47,17 +47,14 @@
 	if (!NT_STATUS_IS_OK(c->status)) {
 		DEBUG(2,("Invalid uuid string in "
 			 "dcerpc_bind_auth_none_send\n"));
-		goto failed;
+		composite_trigger_error(c);
+		return c;
 	}
 
 	/* c was only allocated as a container for a possible error */
 	talloc_free(c);
 
 	return dcerpc_bind_send(p, mem_ctx, &syntax, &transfer_syntax);
-
- failed:
-	composite_trigger_error(c);
-	return c;
 }
 
 NTSTATUS dcerpc_bind_auth_none_recv(struct composite_context *ctx)



More information about the samba-cvs mailing list