summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-24 01:24:03 +0200
committerGünther Deschner <gd@samba.org>2008-05-24 01:24:03 +0200
commit36f67dc5e00e96320adf870504c1e40feca034ec (patch)
treee1d17d81dd949bf01b5949709ff849c851752568 /source3/rpcclient/rpcclient.c
parent0eae576b194a8e37a117b0bc4528e1ba4c4848f1 (diff)
downloadsamba-36f67dc5e00e96320adf870504c1e40feca034ec.tar.gz
samba-36f67dc5e00e96320adf870504c1e40feca034ec.tar.bz2
samba-36f67dc5e00e96320adf870504c1e40feca034ec.zip
Revert "drsuapi: fix the build."
This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. (This used to be commit f853f3b0aceb7e8454f9f7de38237eecec4317fd)
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r--source3/rpcclient/rpcclient.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index cf0533d3ca..c4be970ac3 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -506,7 +506,6 @@ 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,
@@ -522,7 +521,6 @@ static struct cmd_set *rpcclient_command_list[] = {
test_commands,
wkssvc_commands,
ntsvcs_commands,
- drsuapi_commands,
NULL
};