summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c1
-rw-r--r--source3/client/clientutil.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 68cd930cf9..6528919051 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -44,7 +44,6 @@ extern BOOL connect_as_printer;
extern BOOL connect_as_ipc;
extern struct in_addr ipzero;
-char cryptkey[8];
extern BOOL doencrypt;
extern pstring user_socket_options;
diff --git a/source3/client/clientutil.c b/source3/client/clientutil.c
index 47cb78f0ce..d05be8ae9b 100644
--- a/source3/client/clientutil.c
+++ b/source3/client/clientutil.c
@@ -67,7 +67,7 @@ int max_xmit = BUFFER_SIZE;
BOOL have_ip = False;
-struct in_addr dest_ip;
+extern struct in_addr dest_ip;
extern int Protocol;