summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-24 00:58:45 +0200
committerGünther Deschner <gd@samba.org>2008-05-24 00:58:45 +0200
commit0eae576b194a8e37a117b0bc4528e1ba4c4848f1 (patch)
tree8d3f2b99dd681b7b70bad389e06dd3886b414799 /source3/rpcclient/rpcclient.c
parent6b3bcb3724eed0ddff26dd7af638b606502081ad (diff)
downloadsamba-0eae576b194a8e37a117b0bc4528e1ba4c4848f1.tar.gz
samba-0eae576b194a8e37a117b0bc4528e1ba4c4848f1.tar.bz2
samba-0eae576b194a8e37a117b0bc4528e1ba4c4848f1.zip
drsuapi: fix the build.
Guenther (This used to be commit b2421c81164da2a5ea4bb2391e4f2c410938db42)
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-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 c4be970ac3..cf0533d3ca 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -506,6 +506,7 @@ extern struct cmd_set shutdown_commands[];
extern struct cmd_set test_commands[];
extern struct cmd_set wkssvc_commands[];
extern struct cmd_set ntsvcs_commands[];
+extern struct cmd_set drsuapi_commands[];
static struct cmd_set *rpcclient_command_list[] = {
rpcclient_commands,
@@ -521,6 +522,7 @@ static struct cmd_set *rpcclient_command_list[] = {
test_commands,
wkssvc_commands,
ntsvcs_commands,
+ drsuapi_commands,
NULL
};