diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/clientutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clientutil.c b/source3/client/clientutil.c index 8b61567485..efa836dede 100644 --- a/source3/client/clientutil.c +++ b/source3/client/clientutil.c @@ -928,7 +928,7 @@ BOOL cli_open_sockets(int port ) if (!have_ip) { - if(!resolve_name( host, &dest_ip)) + if(!resolve_name( host, &dest_ip, 0x20)) { DEBUG(0,("cli_open_sockets: Unknown host %s.\n",host)); return False; |