1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r11566: From metze. Use "interpret_addr(lp_socket_address())" for port 138.

Jeremy.
This commit is contained in:
Jeremy Allison 2005-11-07 23:28:42 +00:00 committed by Gerald (Jerry) Carter
parent e8136ae746
commit d398a1aeb4

View File

@ -632,7 +632,9 @@ static BOOL open_sockets(BOOL isdaemon, int port)
else
ClientNMB = 0;
ClientDGRAM = open_socket_in(SOCK_DGRAM,DGRAM_PORT,3,0,True);
ClientDGRAM = open_socket_in(SOCK_DGRAM, DGRAM_PORT,
3, interpret_addr(lp_socket_address()),
True);
if ( ClientNMB == -1 )
return( False );