summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-06 07:35:08 +0000
committerTim Potter <tpot@samba.org>2001-06-06 07:35:08 +0000
commit971cbd57dc1a69d75082a64e2b5b9793a9a64e3f (patch)
tree0c08c9425c8e033c4e6297a2a45520eacf21845c /source3/rpcclient
parent68e83b0fee5405fc2e393e69aff3a8e3f94430a5 (diff)
downloadsamba-971cbd57dc1a69d75082a64e2b5b9793a9a64e3f.tar.gz
samba-971cbd57dc1a69d75082a64e2b5b9793a9a64e3f.tar.bz2
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index 537d324933..82e1ba03ba 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
};