mirror of
				https://github.com/samba-team/samba.git
				synced 2025-10-31 12:23:52 +03:00 
			
		
		
		
	lib/param: Rename "socket address" to "nbt client socket address" to clarify role
This parameter is only used in our NBT client code and in nmbd as a fallback when we fail to select a better interface from "interfaces" to use directly. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jul 27 12:16:25 CEST 2012 on sn-devel-104
This commit is contained in:
		| @@ -216,7 +216,7 @@ char *saf_fetch( const char *domain ) | ||||
|  | ||||
| static void set_socket_addr_v4(struct sockaddr_storage *addr) | ||||
| { | ||||
| 	if (!interpret_string_addr(addr, lp_socket_address(), | ||||
| 	if (!interpret_string_addr(addr, lp_nbt_client_socket_address(), | ||||
| 				   AI_NUMERICHOST|AI_PASSIVE)) { | ||||
| 		zero_sockaddr(addr); | ||||
| 	} | ||||
| @@ -2071,7 +2071,7 @@ struct tevent_req *resolve_wins_send(TALLOC_CTX *mem_ctx, | ||||
| 	} | ||||
|  | ||||
| 	/* the address we will be sending from */ | ||||
| 	if (!interpret_string_addr(&src_ss, lp_socket_address(), | ||||
| 	if (!interpret_string_addr(&src_ss, lp_nbt_client_socket_address(), | ||||
| 				AI_NUMERICHOST|AI_PASSIVE)) { | ||||
| 		zero_sockaddr(&src_ss); | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user