mirror of
				https://github.com/samba-team/samba.git
				synced 2025-10-31 12:23:52 +03:00 
			
		
		
		
	r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier.
This commit is contained in:
		
				
					committed by
					
						 Gerald (Jerry) Carter
						Gerald (Jerry) Carter
					
				
			
			
				
	
			
			
			
						parent
						
							08bb1ef643
						
					
				
				
					commit
					0bcb21ed74
				
			| @@ -538,7 +538,8 @@ static void ldapsrv_task_init(struct task_server *task) | ||||
| 			if (!NT_STATUS_IS_OK(status)) goto failed; | ||||
| 		} | ||||
| 	} else { | ||||
| 		status = add_socket(task->event_ctx, model_ops, lp_socket_address(), ldap_service); | ||||
| 		status = add_socket(task->event_ctx, model_ops,  | ||||
| 				    lp_socket_address(), ldap_service); | ||||
| 		if (!NT_STATUS_IS_OK(status)) goto failed; | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user