Skip to content

Commit f6ca367

Browse files
committed
doh
1 parent 258afd4 commit f6ca367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod/endpoints/mod_sofia/sofia_presence.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ static void send_conference_data(sofia_profile_t *profile, switch_event_t *event
904904
const char *notfound = switch_event_get_header(event, "notfound");
905905
const char *body = switch_event_get_body(event);
906906
const char *type = "application/conference-info+xml";
907-
int final = switch_true(switch_event_get_header(event, "final");
907+
const char *final = switch_event_get_header(event, "final");
908908

909909
if (!event_str) {
910910
event_str = "conference";

0 commit comments

Comments
 (0)