summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-30 04:37:07 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-30 04:37:07 +0000
commit275679db29f2630a16cd5e9f4b5346ac834a484f (patch)
tree209ce7105b4ce3dfecd66b59e46627e9f59e54b3 /source
parent9c1e4c2dae6323c9a1bd74148d0b45aac61e7c0a (diff)
downloadsamba-275679db29f2630a16cd5e9f4b5346ac834a484f.tar.gz
allow smbclient to connect to IPC$ as an IPC service
Diffstat (limited to 'source')
-rw-r--r--source/client/clientutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/client/clientutil.c b/source/client/clientutil.c
index da5ea531d28..2afbde85b5a 100644
--- a/source/client/clientutil.c
+++ b/source/client/clientutil.c
@@ -463,9 +463,7 @@ BOOL cli_send_login(char *inbuf,char *outbuf,BOOL start_session,BOOL use_setup,
outbuf = (char *)malloc(BUFFER_SIZE + SAFETY_MARGIN);
}
-#if AJT
if (strstr(service,"IPC$")) connect_as_ipc = True;
-#endif
pstrcpy(dev,"A:");
if (connect_as_printer)