summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-10-18 01:14:41 +0000
committerJim McDonough <jmcd@samba.org>2003-10-18 01:14:41 +0000
commit86102b0e1551a88911d8581279a1a578b577f2df (patch)
tree67c2bf3062df99938b5e13c2587e42c0feff8833 /source3/rpcclient
parent18abf54675c4196d5cba3160216b8524efd04888 (diff)
downloadsamba-86102b0e1551a88911d8581279a1a578b577f2df.tar.gz
samba-86102b0e1551a88911d8581279a1a578b577f2df.tar.bz2
samba-86102b0e1551a88911d8581279a1a578b577f2df.zip
Add epmapper commands to rpcclient
(This used to be commit 1d68e108a744ae0e5df4d8d092a3b48fc4441ace)
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 773441a27c..f60cb67cba 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -462,6 +462,7 @@ extern struct cmd_set dfs_commands[];
extern struct cmd_set reg_commands[];
extern struct cmd_set ds_commands[];
extern struct cmd_set echo_commands[];
+extern struct cmd_set epm_commands[];
static struct cmd_set *rpcclient_command_list[] = {
rpcclient_commands,
@@ -474,6 +475,7 @@ static struct cmd_set *rpcclient_command_list[] = {
dfs_commands,
reg_commands,
echo_commands,
+ epm_commands,
NULL
};