From 56cbed3904b3db90404d19d084e140c715aef6ec Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 30 Aug 1998 04:37:07 +0000 Subject: allow smbclient to connect to IPC$ as an IPC service (This used to be commit 275679db29f2630a16cd5e9f4b5346ac834a484f) --- source3/client/clientutil.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/client') 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) -- cgit