summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc/configd/backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/svc/configd/backend.c')
-rw-r--r--usr/src/cmd/svc/configd/backend.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/cmd/svc/configd/backend.c b/usr/src/cmd/svc/configd/backend.c
index a28293d1c8..50bb3052c5 100644
--- a/usr/src/cmd/svc/configd/backend.c
+++ b/usr/src/cmd/svc/configd/backend.c
@@ -18,7 +18,6 @@
*
* CDDL HEADER END
*/
-
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
@@ -1892,9 +1891,6 @@ backend_init(const char *db_file, const char *npdb_file, int have_np)
}
if (db_file == NULL)
db_file = REPOSITORY_DB;
- if (strcmp(db_file, REPOSITORY_DB) != 0) {
- is_main_repository = 0;
- }
r = backend_create(BACKEND_TYPE_NORMAL, db_file, &be);
switch (r) {