r4485: remove unused TODO comment we already handle the DS_ROLE_STANDALONE_SERVER...
authorStefan Metzmacher <metze@samba.org>
Sun, 2 Jan 2005 16:25:30 +0000 (16:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:11 +0000 (13:08 -0500)
correct

metze

source/rpc_server/dssetup/dcesrv_dssetup.c

index f57f461ca533ba9c4bc45e2f86687da94055fa0b..e3c33cc55343021d41297258e31d8110a7547df0 100644 (file)
@@ -55,8 +55,6 @@ static WERROR dssetup_DsRoleGetPrimaryDomainInformation(struct dcesrv_call_state
                info = talloc_p(mem_ctx, union dssetup_DsRoleInfo);
                W_ERROR_HAVE_NO_MEMORY(info);
 
-               /* TODO: we need to find out what we should return as standalone server */
-
                switch (lp_server_role()) {
                case ROLE_STANDALONE:
                        role            = DS_ROLE_STANDALONE_SERVER;