diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/smbmount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 7636adb2a72..0c57c405cf8 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -146,7 +146,7 @@ static struct cli_state *do_connection(char *the_service) make_nmb_name(&called , server, 0x20); again: - zero_addr(&ip, INADDR_ANY); + zero_addr(&ip, AF_INET); if (have_ip) ip = dest_ip; /* have to open a new connection */ |