diff options
author | Jeremy Allison <jra@samba.org> | 1998-01-16 06:29:38 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-01-16 06:29:38 +0000 |
commit | fec28f2defa17974b2eaafdd10599cf37850ca16 (patch) | |
tree | fb3fec96d97e5f7665e8f5c0df01642d4f08f764 /source3/client/clientutil.c | |
parent | 7ab9d270fe9fcc0360672ff8e163aba985c69aea (diff) | |
download | samba-fec28f2defa17974b2eaafdd10599cf37850ca16.tar.gz samba-fec28f2defa17974b2eaafdd10599cf37850ca16.tar.bz2 samba-fec28f2defa17974b2eaafdd10599cf37850ca16.zip |
Makefile: Added new codepage - 866.
charset.c: Supporting code for codepage 866.
clientutil.c: Fix compile bug in little-used #define.
includes.h: Supporting code for codepage 866.
make_smbcodepage.c: Supporting code for codepage 866.
pcap.c: Fix bug for lpstat.
Jeremy.
(This used to be commit 6040d7a39e5d5ab426905aa79b871df815fb9b62)
Diffstat (limited to 'source3/client/clientutil.c')
-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 7c145bf59e..e3786d6029 100644 --- a/source3/client/clientutil.c +++ b/source3/client/clientutil.c @@ -908,7 +908,7 @@ BOOL cli_open_sockets(int port ) interpret_addr(lp_socket_address()))) != -1) { set_socket_options(bcast, "SO_BROADCAST"); - if ((ip_list = name_query(bcast, host, name_type, True, True, *iface_bcast(dest_ip), + if (ip_list = name_query(bcast, host, name_type, True, True, *iface_bcast(dest_ip), &count,0)) { dest_ip = ip_list[0]; free(ip_list); |