From e01175020613858f78f3fd604b758d9f6eae6f9e Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Fri, 31 May 2002 17:02:44 +0000 Subject: Update netfileenum to new api. (This used to be commit 70f8adf297a3979230e425126cd5868972b1d17e) --- source3/rpcclient/cmd_srvsvc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpcclient') diff --git a/source3/rpcclient/cmd_srvsvc.c b/source3/rpcclient/cmd_srvsvc.c index 09bb785665..e65124e3ee 100644 --- a/source3/rpcclient/cmd_srvsvc.c +++ b/source3/rpcclient/cmd_srvsvc.c @@ -338,7 +338,7 @@ static NTSTATUS cmd_srvsvc_net_file_enum(struct cli_state *cli, ZERO_STRUCT(ctr); result = cli_srvsvc_net_file_enum( - cli, mem_ctx, 0, &ctr, preferred_len, &hnd); + cli, mem_ctx, info_level, &ctr, preferred_len, &hnd); if (!W_ERROR_IS_OK(result)) goto done; -- cgit