diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-20 16:37:23 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-12-20 17:10:58 +0100 |
commit | d096de56b16c50c7cc22df08895dc29567ee15d7 (patch) | |
tree | 67ba1c6f457678b3757a209eea526cb9a648f0ad /source3/include | |
parent | 660190632e4f8ace65f4944f4686ea42444056c0 (diff) | |
download | samba-d096de56b16c50c7cc22df08895dc29567ee15d7.tar.gz samba-d096de56b16c50c7cc22df08895dc29567ee15d7.tar.bz2 samba-d096de56b16c50c7cc22df08895dc29567ee15d7.zip |
s3: Remove unused "retry" from cli_full_connection
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 11060aa6d3..d18e0cd2a5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1660,8 +1660,7 @@ NTSTATUS cli_full_connection(struct cli_state **output_cli, const char *service, const char *service_type, const char *user, const char *domain, const char *password, int flags, - int signing_state, - bool *retry) ; + int signing_state); bool attempt_netbios_session_request(struct cli_state **ppcli, const char *srchost, const char *desthost, struct sockaddr_storage *pdest_ss); NTSTATUS cli_raw_tcon(struct cli_state *cli, |