mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 08:02:53 -04:00
2104. [port] Fix Solaris SMF error message.
This commit is contained in:
parent
4cf228853d
commit
4ccea866e6
2 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
2104. [port] Fix Solaris SMF error message.
|
||||
|
||||
2103. [port] Add /usr/sfw to list of locations for OpenSSL
|
||||
under Solaris.
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: main.c,v 1.152 2006/01/05 01:37:19 marka Exp $ */
|
||||
/* $Id: main.c,v 1.153 2006/11/10 18:44:46 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -886,7 +886,7 @@ main(int argc, char *argv[]) {
|
|||
if (result == ISC_R_SUCCESS && instance != NULL) {
|
||||
if (smf_disable_instance(instance, 0) != 0)
|
||||
UNEXPECTED_ERROR(__FILE__, __LINE__,
|
||||
"smf_disable_instance() ",
|
||||
"smf_disable_instance() "
|
||||
"failed for %s : %s",
|
||||
instance,
|
||||
scf_strerror(scf_error()));
|
||||
|
|
|
|||
Loading…
Reference in a new issue