Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
1bc63715
Commit
1bc63715
authored
Jan 05, 2006
by
Mark Andrews
Browse files
fixed typos in error messages
parent
d9c4f954
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/main.c
View file @
1bc63715
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: main.c,v 1.15
1
2006/01/0
4 23:50:24
marka Exp $ */
/* $Id: main.c,v 1.15
2
2006/01/0
5 01:37:19
marka Exp $ */
/*! \file */
...
...
@@ -484,7 +484,7 @@ create_managers(void) {
result
=
isc_taskmgr_create
(
ns_g_mctx
,
ns_g_cpus
,
0
,
&
ns_g_taskmgr
);
if
(
result
!=
ISC_R_SUCCESS
)
{
UNEXPECTED_ERROR
(
__FILE__
,
__LINE__
,
"
ns
_taskmgr_create() failed: %s"
,
"
isc
_taskmgr_create() failed: %s"
,
isc_result_totext
(
result
));
return
(
ISC_R_UNEXPECTED
);
}
...
...
@@ -492,7 +492,7 @@ create_managers(void) {
result
=
isc_timermgr_create
(
ns_g_mctx
,
&
ns_g_timermgr
);
if
(
result
!=
ISC_R_SUCCESS
)
{
UNEXPECTED_ERROR
(
__FILE__
,
__LINE__
,
"
ns
_timermgr_create() failed: %s"
,
"
isc
_timermgr_create() failed: %s"
,
isc_result_totext
(
result
));
return
(
ISC_R_UNEXPECTED
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment