mirror of
				https://github.com/samba-team/samba.git
				synced 2025-10-31 12:23:52 +03:00 
			
		
		
		
	r24992: Remove some uses of lp_*().
This commit is contained in:
		
				
					committed by
					
						 Gerald (Jerry) Carter
						Gerald (Jerry) Carter
					
				
			
			
				
	
			
			
			
						parent
						
							9a444caa5a
						
					
				
				
					commit
					a5a1a55405
				
			| @@ -429,10 +429,6 @@ _PUBLIC_ const struct socket_ops *socket_getops_byname(const char *family, enum | ||||
|  | ||||
| #if HAVE_IPV6 | ||||
| 	if (strcmp("ipv6", family) == 0) { | ||||
| 		if (lp_parm_bool(-1, "socket", "noipv6", False)) { | ||||
| 			DEBUG(3, ("IPv6 support was disabled in smb.conf")); | ||||
| 			return NULL; | ||||
| 		} | ||||
| 		return socket_ipv6_ops(type); | ||||
| 	} | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user