Skip to content

Commit

Permalink
Get rid of excess empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
ycherniavskyi committed Jun 24, 2024
1 parent 2dc0e05 commit 9db264a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/janus_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,6 @@ static void janus_sip_sofia_logger_siptrace_single_log_callback(void *stream, ch
count = count >= sizeof(call_id) ? sizeof(call_id) - 1 : count;
memcpy(call_id, start, count);
call_id[count] = '\0';

session = g_hash_table_lookup(identities, call_id);
}
}
Expand Down

0 comments on commit 9db264a

Please sign in to comment.