Add epmapper commands to rpcclient
authorJim McDonough <jmcd@samba.org>
Sat, 18 Oct 2003 01:14:41 +0000 (01:14 +0000)
committerJim McDonough <jmcd@samba.org>
Sat, 18 Oct 2003 01:14:41 +0000 (01:14 +0000)
(This used to be commit 1d68e108a744ae0e5df4d8d092a3b48fc4441ace)

source3/rpcclient/rpcclient.c

index 773441a27cc10f87b080ea9f6db46ff15d59f6c5..f60cb67cba815de54b9fd939ae5e8dc10e0fba51 100644 (file)
@@ -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
 };