mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
allow smbclient to connect to IPC$ as an IPC service
This commit is contained in:
parent
9c1e4c2dae
commit
275679db29
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user