From bfc4fe401259085f9e17c75a7ec171be0bc5f35f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 20 Dec 2010 16:43:39 +0100 Subject: s3: Remove unused "retry" from cli_start_connection Autobuild-User: Volker Lendecke Autobuild-Date: Mon Dec 20 17:58:33 CET 2010 on sn-devel-104 --- source3/include/proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include') 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, -- cgit