fix build

This commit is contained in:
Jeff Lenk 2010-08-26 14:08:42 -05:00
parent 7df3e18c6a
commit 3be9460406
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ switch_status_t skinny_create_incoming_session(listener_t *listener, uint32_t *l
}
if (!(nsession = switch_core_session_request(skinny_get_endpoint_interface(),
SWITCH_CALL_DIRECTION_INBOUND, NULL))) {
SWITCH_CALL_DIRECTION_INBOUND, SOF_NONE, NULL))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Error Creating Session\n");
goto error;
}