From dc00df2adddfe23e5ebb61f9f7c16ec7d3f2c03e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 27 Jul 2012 12:56:22 +1000 Subject: 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 Autobuild-Date(master): Fri Jul 27 12:16:25 CEST 2012 on sn-devel-104 --- source3/nmbd/nmbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index a28ed7c393..1728bb9c5a 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -692,7 +692,7 @@ static void process(struct messaging_context *msg) static bool open_sockets(bool isdaemon, int port) { struct sockaddr_storage ss; - const char *sock_addr = lp_socket_address(); + const char *sock_addr = lp_nbt_client_socket_address(); /* * The sockets opened here will be used to receive broadcast -- cgit