3eb1a07 Fix elements not being removed in otpd_queue_pop_msgid()

1 file Authored by rharwood 5 years ago, Committed by rcritten 5 years ago,
    Fix elements not being removed in otpd_queue_pop_msgid()
    
    If the element being removed were not the queue head,
    otpd_queue_pop_msgid() would not actually remove the element, leading
    to potential double frees and request replays.
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+1 -1