summaryrefslogtreecommitdiff
path: root/source3/client/clientutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client/clientutil.c')
-rw-r--r--source3/client/clientutil.c2
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;