summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-01-16 06:29:38 +0000
committerJeremy Allison <jra@samba.org>1998-01-16 06:29:38 +0000
commit6040d7a39e5d5ab426905aa79b871df815fb9b62 (patch)
tree0dfa1d20cf2ad7404fac5647c866413984875ce5 /source/client
parentab8d615fe2004c3ca93dd2978ba988ea89d7fd74 (diff)
downloadsamba-6040d7a39e5d5ab426905aa79b871df815fb9b62.tar.gz
samba-6040d7a39e5d5ab426905aa79b871df815fb9b62.tar.xz
samba-6040d7a39e5d5ab426905aa79b871df815fb9b62.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.
Diffstat (limited to 'source/client')
-rw-r--r--source/client/clientutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/clientutil.c b/source/client/clientutil.c
index 7c145bf59ee..e3786d60297 100644
--- a/source/client/clientutil.c
+++ b/source/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);