From: Andreas Schneider Date: Fri, 24 Jul 2020 07:47:11 +0000 (+0200) Subject: python:tests: Mark libsmb connection as an IPC connection X-Git-Tag: talloc-2.3.2~790 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a74c790bfe00d6ea1bdc02c52436f60f46ef32d;p=thirdparty%2Fsamba.git python:tests: Mark libsmb connection as an IPC connection Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/python/samba/tests/dcerpc/raw_testcase.py b/python/samba/tests/dcerpc/raw_testcase.py index 4a41d2a8f34..e101105fd5f 100644 --- a/python/samba/tests/dcerpc/raw_testcase.py +++ b/python/samba/tests/dcerpc/raw_testcase.py @@ -42,7 +42,7 @@ class smb_pipe_socket(object): lp3 = s3param.get_context() lp3.load(lp.configfile) self.smbconn = libsmb.Conn(target_hostname, 'IPC$', lp3, - creds=creds, sign=True) + creds=creds, ipc=True, sign=True) self.smbfid = self.smbconn.create(pipename, DesiredAccess=0x12019f, ShareAccess=0x7,