svn commit: samba r24612 - in branches/SAMBA_4_0/source/rpc_server: .

abartlet at samba.org abartlet at samba.org
Wed Aug 22 04:43:18 GMT 2007


Author: abartlet
Date: 2007-08-22 04:43:17 +0000 (Wed, 22 Aug 2007)
New Revision: 24612

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

Log:
Revert this part of -r 24611.  This isn't related to my SAMR password
work, but to an odd bind failure I noticed in a trace.  I need to
commit this with changes to the torture suite.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c	2007-08-22 04:28:15 UTC (rev 24611)
+++ branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c	2007-08-22 04:43:17 UTC (rev 24612)
@@ -528,6 +528,10 @@
 	uint32_t context_id;
 	const struct dcesrv_interface *iface;
 
+	if (call->pkt.u.bind.assoc_group_id != 0) {
+		return dcesrv_bind_nak(call, 0);	
+	}
+
 	if (call->pkt.u.bind.num_contexts < 1 ||
 	    call->pkt.u.bind.ctx_list[0].num_transfer_syntaxes < 1) {
 		return dcesrv_bind_nak(call, 0);



More information about the samba-cvs mailing list