Skip to content

Commit

Permalink
need to remove s11_xact from conditional (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencersevilla authored Jan 16, 2024
1 parent dd29d54 commit 6f60db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sgwc/s5c-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ void sgwc_s5c_handle_delete_session_response(
* Check Transaction
********************/
// if we don't have a transaction to delete, move on
if (!s5c_xact || !s11_xact) {
if (!s5c_xact) {
ogs_error("Cannot find transaction to delete!");
return;
}
Expand Down

0 comments on commit 6f60db4

Please sign in to comment.