diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-04 19:11:36 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-04 19:11:36 +0000 |
commit | d2ea6d5ae759bd2c842b5836d778b5a52b8af477 (patch) | |
tree | 577e63715c35c09354bdebf482ea0882a36b5852 /source3/rpcclient/rpcclient.c | |
parent | ceaeb3ef90e088f8752b519d5e80e60ce79575a1 (diff) | |
download | samba-d2ea6d5ae759bd2c842b5836d778b5a52b8af477.tar.gz samba-d2ea6d5ae759bd2c842b5836d778b5a52b8af477.tar.bz2 samba-d2ea6d5ae759bd2c842b5836d778b5a52b8af477.zip |
merge of working dsrolegetprimdominfo() client code from APP_HEAD
(This used to be commit f70caa25e4ee198151b915cf2bc0a26b2d0e243d)
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 9c6cd3794b..c34f3b08ad 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -402,10 +402,12 @@ extern struct cmd_set netlogon_commands[]; extern struct cmd_set srvsvc_commands[]; extern struct cmd_set dfs_commands[]; extern struct cmd_set reg_commands[]; +extern struct cmd_set ds_commands[]; static struct cmd_set *rpcclient_command_list[] = { rpcclient_commands, lsarpc_commands, + ds_commands, samr_commands, spoolss_commands, netlogon_commands, |