Skip to content

Commit

Permalink
Merge pull request #721 from JoeGilkey/emergency-flag-606
Browse files Browse the repository at this point in the history
Fix for #606
  • Loading branch information
robotastic authored Sep 13, 2022
2 parents 63505af + 552c1c7 commit a7d2004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/call_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ bool Call_impl::get_encrypted() {
}

void Call_impl::set_emergency(bool m) {
emergency = m;
emergency |= m;
}

bool Call_impl::get_emergency() {
Expand Down

0 comments on commit a7d2004

Please sign in to comment.