From cdca1e0ac3c185856fbe2d061a30bfa8e71e4e1c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 7 Sep 2011 21:10:24 +0200 Subject: s3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_state_create() metze --- source3/libsmb/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/libsmb/proto.h') diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h index f9329241c7..8ff0a1b2d6 100644 --- a/source3/libsmb/proto.h +++ b/source3/libsmb/proto.h @@ -159,7 +159,8 @@ struct cli_state *cli_state_create(TALLOC_CTX *mem_ctx, int fd, const char *remote_name, const char *remote_realm, - int signing_state); + int signing_state, + int flags); bool cli_state_encryption_on(struct cli_state *cli); void cli_nt_pipes_close(struct cli_state *cli); void cli_shutdown(struct cli_state *cli); -- cgit