From a43bdadce998bc5465c55b6cf1d5579cb56f1956 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 29 Nov 1999 23:57:41 +0000 Subject: bug-fix (This used to be commit 1abdf9a45ff2e1d903a08891fbec0794349a9546) --- source3/rpc_client/cli_use.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/rpc_client/cli_use.c') diff --git a/source3/rpc_client/cli_use.c b/source3/rpc_client/cli_use.c index d9c40139bc..a032db56aa 100644 --- a/source3/rpc_client/cli_use.c +++ b/source3/rpc_client/cli_use.c @@ -85,7 +85,7 @@ static struct cli_use* add_cli_to_array(uint32 *len, /**************************************************************************** initiate client array ****************************************************************************/ -void init_client_use(void) +void init_cli_use(void) { clis = NULL; num_clis = 0; @@ -97,7 +97,7 @@ terminate client array void free_cli_use(void) { free_cli_array(num_clis, clis); - init_client_use(); + init_cli_use(); } /**************************************************************************** -- cgit