2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

2104. [port] Fix Solaris SMF error message.

This commit is contained in:
Mark Andrews
2006-11-10 18:44:46 +00:00
parent 4cf228853d
commit 4ccea866e6
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
2104. [port] Fix Solaris SMF error message.
2103. [port] Add /usr/sfw to list of locations for OpenSSL
under Solaris.

View File

@@ -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()));