diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-03 14:42:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:16 -0500 |
commit | fd6aa0ecd394d55fd1f380b20de98991ae1aa74d (patch) | |
tree | b2a81116a2b57383e3995895560551637d452731 | |
parent | bb71b37f702bc034a208060b599b384d47fb4fb9 (diff) | |
download | samba-fd6aa0ecd394d55fd1f380b20de98991ae1aa74d.tar.gz samba-fd6aa0ecd394d55fd1f380b20de98991ae1aa74d.tar.bz2 samba-fd6aa0ecd394d55fd1f380b20de98991ae1aa74d.zip |
r4507: this default is unnneded because the switch level is in the r->in
metze
(This used to be commit d60b2f094e89462b435063142a290034675a1132)
-rw-r--r-- | source4/librpc/idl/dssetup.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/idl/dssetup.idl b/source4/librpc/idl/dssetup.idl index d62dee0527..c63a15c5cb 100644 --- a/source4/librpc/idl/dssetup.idl +++ b/source4/librpc/idl/dssetup.idl @@ -74,7 +74,6 @@ [case(DS_ROLE_BASIC_INFORMATION)] dssetup_DsRolePrimaryDomInfoBasic basic; [case(DS_ROLE_UPGRADE_STATUS)] dssetup_DsRoleUpgradeStatus upgrade; [case(DS_ROLE_OP_STATUS)] dssetup_DsRoleOpStatus opstatus; - [default] ; } dssetup_DsRoleInfo; WERROR dssetup_DsRoleGetPrimaryDomainInformation( |