diff options
Diffstat (limited to 'usr/src/cmd/svc/startd/libscf.c')
-rw-r--r-- | usr/src/cmd/svc/startd/libscf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/startd/libscf.c b/usr/src/cmd/svc/startd/libscf.c index c94080325b..741d17cfe6 100644 --- a/usr/src/cmd/svc/startd/libscf.c +++ b/usr/src/cmd/svc/startd/libscf.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -257,6 +257,7 @@ lookup: goto out; case SCF_ERROR_HANDLE_MISMATCH: + case SCF_ERROR_INTERNAL: case SCF_ERROR_INVALID_ARGUMENT: case SCF_ERROR_NOT_SET: bad_error("_scf_snapshot_take_new", |