forgot to return status in demo global state handler test

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@578 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-02-09 17:21:21 +00:00
parent e6c9685879
commit aaa6a4f0b5
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ static switch_status my_on_hangup(switch_core_session *session)
assert(channel != NULL);
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "I globally hooked to [%s] on the hangup event\n", switch_channel_get_name(channel));
return SWITCH_STATUS_SUCCESS;
}