diff options
author | dm120769 <none@none> | 2007-11-19 17:44:01 -0800 |
---|---|---|
committer | dm120769 <none@none> | 2007-11-19 17:44:01 -0800 |
commit | 273264cdcd36b34067f5b77d1af696eff72d46f3 (patch) | |
tree | e8361f2987df5d76132e14dac8fee9a9fdd98a61 /usr/src/cmd/svc/configd/backend.c | |
parent | c9b6d37c673213b7ad91d849a105790cb469f95b (diff) | |
download | illumos-joyent-273264cdcd36b34067f5b77d1af696eff72d46f3.tar.gz |
backout 5079356/6405683: causes 6630372
Diffstat (limited to 'usr/src/cmd/svc/configd/backend.c')
-rw-r--r-- | usr/src/cmd/svc/configd/backend.c | 4 |
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) { |