From 6f60db46ad2c9aba4ed31812f07d3144fcdb6e49 Mon Sep 17 00:00:00 2001 From: Spencer Sevilla Date: Mon, 15 Jan 2024 17:39:58 -0800 Subject: [PATCH] need to remove s11_xact from conditional (#85) --- src/sgwc/s5c-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sgwc/s5c-handler.c b/src/sgwc/s5c-handler.c index 46335f8d4c..50a9c563c1 100644 --- a/src/sgwc/s5c-handler.c +++ b/src/sgwc/s5c-handler.c @@ -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; }