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 used to be commit d398a1aeb4
)
This commit is contained in:
parent
90230ac962
commit
c3d673e571
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user