Skip to content

Commit

Permalink
aaa_diameter: remove log
Browse files Browse the repository at this point in the history
Thank you Liviu Chircu for spotting it :)
  • Loading branch information
razvancrainea authored and bogdan-iancu committed Apr 18, 2024
1 parent 144cabd commit b5968bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/aaa_diameter/dm_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ static int dm_auth_reply(struct msg **_msg, struct avp * avp, struct session * s
rpl_cond->rpl.rc = rc;

hash_remove_key(pending_replies, callid);
LM_INFO("XXX: removing %.*s\n", callid.len, callid.s);
hash_unlock(pending_replies, hentry);

FD_CHECK(fd_msg_search_avp(msg, dm_dict.Error_Message, &a));
Expand Down

0 comments on commit b5968bf

Please sign in to comment.