|
@@ -160,7 +160,7 @@ main(int argc, char* argv[]) {
|
|
|
cc_session = new Session(io_service.get_io_service());
|
|
|
LOG_DEBUG(auth_logger, DBG_AUTH_START, AUTH_CONFIG_CHANNEL_CREATED);
|
|
|
// Initialize the Socket Requestor
|
|
|
- isc::server_common::initSocketReqeustor(*cc_session);
|
|
|
+ isc::server_common::initSocketRequestor(*cc_session);
|
|
|
|
|
|
// We delay starting listening to new commands/config just before we
|
|
|
// go into the main loop to avoid confusion due to mixture of
|