diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-30 04:37:07 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-30 04:37:07 +0000 |
commit | 275679db29f2630a16cd5e9f4b5346ac834a484f (patch) | |
tree | 209ce7105b4ce3dfecd66b59e46627e9f59e54b3 /source/client | |
parent | 9c1e4c2dae6323c9a1bd74148d0b45aac61e7c0a (diff) | |
download | samba-275679db29f2630a16cd5e9f4b5346ac834a484f.tar.gz |
allow smbclient to connect to IPC$ as an IPC service
Diffstat (limited to 'source/client')
-rw-r--r-- | source/client/clientutil.c | 2 |
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) |