mirror of
				https://github.com/samba-team/samba.git
				synced 2025-11-04 00:23:49 +03:00 
			
		
		
		
	r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
and move it to librpc/ndr/libndr.h metze
This commit is contained in:
		
				
					committed by
					
						
						Gerald (Jerry) Carter
					
				
			
			
				
	
			
			
			
						parent
						
							2ed014cfb8
						
					
				
				
					commit
					abd5551aab
				
			@@ -156,7 +156,7 @@ static NTSTATUS remote_op_dispatch(struct dcesrv_call_state *dce_call, TALLOC_CT
 | 
			
		||||
	struct dcesrv_remote_private *private = dce_call->context->private;
 | 
			
		||||
	uint16_t opnum = dce_call->pkt.u.request.opnum;
 | 
			
		||||
	const struct dcerpc_interface_table *table = dce_call->context->iface->private;
 | 
			
		||||
	const struct dcerpc_interface_call *call;
 | 
			
		||||
	const struct ndr_interface_call *call;
 | 
			
		||||
	const char *name;
 | 
			
		||||
 | 
			
		||||
	name = table->calls[opnum].name;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user