[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Thu Jul 13 13:46:45 EEST 2023


New commits:
commit 7e25b4f908856f73fcde54ee5b4e4514a1b99b06
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jul 13 06:44:46 2023 -0400

    connections: move pre-discard_connection() cleanups to caller
    
    ... of delete_connection(); this exposes things like:
    
                    remove_connection_from_pending(*c);
                    delete_states_by_connection(*c);
    +
    +               remove_connection_from_pending(*c);
    +               delete_states_by_connection(*c);
    +               connection_unroute(*c, HERE);
    +



More information about the Swan-commit mailing list