1
0
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:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 9c1e4c2dae
commit 275679db29

View File

@ -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)