|
@@ -431,7 +431,7 @@ AuthSrvImpl::processNotify(const IOMessage& io_message, Message& message,
|
|
|
command_template_rrclass + question->getClass().toText() +
|
|
|
command_template_end);
|
|
|
const unsigned int seq =
|
|
|
- xfrin_session_->group_sendmsg(notify_command, "Xfrin",
|
|
|
+ xfrin_session_->group_sendmsg(notify_command, "Zonemgr",
|
|
|
"*", "*");
|
|
|
ElementPtr env, answer, parsed_answer;
|
|
|
xfrin_session_->group_recvmsg(env, answer, false, seq);
|
|
@@ -439,14 +439,14 @@ AuthSrvImpl::processNotify(const IOMessage& io_message, Message& message,
|
|
|
parsed_answer = parseAnswer(rcode, answer);
|
|
|
if (rcode != 0) {
|
|
|
if (verbose_mode_) {
|
|
|
- cerr << "[b10-auth] failed to notify Xfrin: "
|
|
|
+ cerr << "[b10-auth] failed to notify Zonemgr: "
|
|
|
<< parsed_answer->str() << endl;
|
|
|
}
|
|
|
return (false);
|
|
|
}
|
|
|
} catch (const Exception& ex) {
|
|
|
if (verbose_mode_) {
|
|
|
- cerr << "[b10-auth] failed to notify Xfrin: " << ex.what() << endl;
|
|
|
+ cerr << "[b10-auth] failed to notify Zonemgr: " << ex.what() << endl;
|
|
|
}
|
|
|
return (false);
|
|
|
}
|