summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-12-20 16:43:39 +0100
committerVolker Lendecke <vlendec@samba.org>2010-12-20 17:58:33 +0100
commitbfc4fe401259085f9e17c75a7ec171be0bc5f35f (patch)
tree37db7be67a28074049f0fba48b669b97d25ac40c /source3/include
parentd096de56b16c50c7cc22df08895dc29567ee15d7 (diff)
downloadsamba-bfc4fe401259085f9e17c75a7ec171be0bc5f35f.tar.gz
samba-bfc4fe401259085f9e17c75a7ec171be0bc5f35f.tar.bz2
samba-bfc4fe401259085f9e17c75a7ec171be0bc5f35f.zip
s3: Remove unused "retry" from cli_start_connection
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Dec 20 17:58:33 CET 2010 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d18e0cd2a5..dabb315875 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1651,8 +1651,7 @@ NTSTATUS cli_start_connection(struct cli_state **output_cli,
const char *my_name,
const char *dest_host,
struct sockaddr_storage *dest_ss, int port,
- int signing_state, int flags,
- bool *retry) ;
+ int signing_state, int flags);
NTSTATUS cli_full_connection(struct cli_state **output_cli,
const char *my_name,
const char *dest_host,