diff options
author | Jim McDonough <jmcd@samba.org> | 2002-05-31 17:02:44 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-05-31 17:02:44 +0000 |
commit | e01175020613858f78f3fd604b758d9f6eae6f9e (patch) | |
tree | 52fc525823e68a359b9135bf25181b076aa282d6 | |
parent | e422b271da0c07f5c5cfd41df01bb2910d484abc (diff) | |
download | samba-e01175020613858f78f3fd604b758d9f6eae6f9e.tar.gz samba-e01175020613858f78f3fd604b758d9f6eae6f9e.tar.bz2 samba-e01175020613858f78f3fd604b758d9f6eae6f9e.zip |
Update netfileenum to new api.
(This used to be commit 70f8adf297a3979230e425126cd5868972b1d17e)
-rw-r--r-- | source3/rpcclient/cmd_srvsvc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |