From f2d37f907c464996eb20dc62bd324751547f6584 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Sat, 1 Jun 2002 01:02:23 +0000 Subject: Update for new interface to netfileenum (This used to be commit c3921e36071a70ab9534fe92286b361aae2336b6) --- source3/rpcclient/cmd_srvsvc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/rpcclient/cmd_srvsvc.c b/source3/rpcclient/cmd_srvsvc.c index e65124e3ee..43bfb25048 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, info_level, &ctr, preferred_len, &hnd); + cli, mem_ctx, info_level, NULL, &ctr, preferred_len, &hnd); if (!W_ERROR_IS_OK(result)) goto done; -- cgit