mirror of
				https://github.com/samba-team/samba.git
				synced 2025-10-30 08:23:49 +03:00 
			
		
		
		
	r4758: - added async support to the session request code
- added async support to the negprot client code - removed two unused parameters from smbcli_full_connection() code - converted smbclient to use smbcli_full_connection() rather than reinventing everything itself
This commit is contained in:
		
				
					committed by
					
						 Gerald (Jerry) Carter
						Gerald (Jerry) Carter
					
				
			
			
				
	
			
			
			
						parent
						
							468f8ebbfd
						
					
				
				
					commit
					71cbe28734
				
			| @@ -1172,8 +1172,6 @@ static NTSTATUS dcesrv_init_context(TALLOC_CTX *mem_ctx, const char **endpoint_s | ||||
| 	struct dcesrv_context *dce_ctx; | ||||
| 	int i; | ||||
|  | ||||
| 	DEBUG(1,("dcesrv_init\n")); | ||||
|  | ||||
| 	if (!endpoint_servers) { | ||||
| 		DEBUG(0,("dcesrv_init_context: no endpoint servers configured\n")); | ||||
| 		return NT_STATUS_INTERNAL_ERROR; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user