summaryrefslogtreecommitdiffstats
path: root/source/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
commite65b4862733668feb62befe03ea5724c0a862acc (patch)
treeca57bbf779ea2dcdb52ed2714d6cd0ed807e0062 /source/rpcclient
parentabc294c4a82dc132b937aec374ee947992a1b93f (diff)
downloadsamba-e65b4862733668feb62befe03ea5724c0a862acc.tar.gz
samba-e65b4862733668feb62befe03ea5724c0a862acc.tar.xz
samba-e65b4862733668feb62befe03ea5724c0a862acc.zip
Added stub dfs client commands to rpcclient.
Diffstat (limited to 'source/rpcclient')
-rw-r--r--source/rpcclient/rpcclient.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c
index 537d3249338..82e1ba03ba6 100644
--- a/source/rpcclient/rpcclient.c
+++ b/source/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
};