diff options
author | Jim McDonough <jmcd@samba.org> | 2002-06-01 01:02:23 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-06-01 01:02:23 +0000 |
commit | c3921e36071a70ab9534fe92286b361aae2336b6 (patch) | |
tree | 953b99e64ec56367e3af5880ce494904e3a34039 | |
parent | 4b18a94590a25882f06f88c3c7dd1a08bf990044 (diff) | |
download | samba-c3921e36071a70ab9534fe92286b361aae2336b6.tar.gz samba-c3921e36071a70ab9534fe92286b361aae2336b6.tar.xz samba-c3921e36071a70ab9534fe92286b361aae2336b6.zip |
Update for new interface to netfileenum
-rw-r--r-- | source/rpcclient/cmd_srvsvc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/cmd_srvsvc.c b/source/rpcclient/cmd_srvsvc.c index e65124e3ee2..43bfb250489 100644 --- a/source/rpcclient/cmd_srvsvc.c +++ b/source/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; |