diff options
author | Andreas Schneider <asn@samba.org> | 2020-05-28 17:22:12 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2020-08-19 16:22:41 +0000 |
commit | c58a301c273c24531e798cd7c1b2af9be1364af9 (patch) | |
tree | c4ba566c320dd087f452cbcfc693fa2edcb8d1cd /examples/winexe | |
parent | 946e43f0ccf3bc39d65d9b096f0a40fb12726ebb (diff) | |
download | samba-c58a301c273c24531e798cd7c1b2af9be1364af9.tar.gz |
s3:libsmb: Introduce CLI_FULL_CONNECTION_IPC
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'examples/winexe')
-rw-r--r-- | examples/winexe/winexe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/winexe/winexe.c b/examples/winexe/winexe.c index fc6b15f8e52..bb9c27e2e6d 100644 --- a/examples/winexe/winexe.c +++ b/examples/winexe/winexe.c @@ -1919,7 +1919,7 @@ int main(int argc, const char *argv[]) "IPC$", "?????", options.credentials, - 0, + CLI_FULL_CONNECTION_IPC, 0); if (!NT_STATUS_IS_OK(status)) { |