summaryrefslogtreecommitdiff
path: root/source3/client
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
commit56cbed3904b3db90404d19d084e140c715aef6ec (patch)
treed42f3731bf26ab2981300ee85e7cdca170ce1146 /source3/client
parent98411c48c08f6093a0b42b46c02c6544804bf98d (diff)
downloadsamba-56cbed3904b3db90404d19d084e140c715aef6ec.tar.gz
samba-56cbed3904b3db90404d19d084e140c715aef6ec.tar.bz2
samba-56cbed3904b3db90404d19d084e140c715aef6ec.zip
allow smbclient to connect to IPC$ as an IPC service
(This used to be commit 275679db29f2630a16cd5e9f4b5346ac834a484f)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/clientutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/client/clientutil.c b/source3/client/clientutil.c
index da5ea531d2..2afbde85b5 100644
--- a/source3/client/clientutil.c
+++ b/source3/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)