diff options
author | Tim Potter <tpot@samba.org> | 2001-06-06 07:35:08 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-06 07:35:08 +0000 |
commit | 971cbd57dc1a69d75082a64e2b5b9793a9a64e3f (patch) | |
tree | 0c08c9425c8e033c4e6297a2a45520eacf21845c /source3/rpcclient | |
parent | 68e83b0fee5405fc2e393e69aff3a8e3f94430a5 (diff) | |
download | samba-971cbd57dc1a69d75082a64e2b5b9793a9a64e3f.tar.gz samba-971cbd57dc1a69d75082a64e2b5b9793a9a64e3f.tar.xz samba-971cbd57dc1a69d75082a64e2b5b9793a9a64e3f.zip |
Added stub dfs client commands to rpcclient.
(This used to be commit e65b4862733668feb62befe03ea5724c0a862acc)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 537d3249338..82e1ba03ba6 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -323,6 +323,7 @@ extern struct cmd_set samr_commands[]; extern struct cmd_set spoolss_commands[]; extern struct cmd_set netlogon_commands[]; extern struct cmd_set srvsvc_commands[]; +extern struct cmd_set dfs_commands[]; static struct cmd_set *rpcclient_command_list[] = { rpcclient_commands, @@ -331,6 +332,7 @@ static struct cmd_set *rpcclient_command_list[] = { spoolss_commands, netlogon_commands, srvsvc_commands, + dfs_commands, NULL }; |