Comment 8 for bug 790679

Revision history for this message
Jookos (jookos) wrote :

Probably not, as hip_xfrmapi_nl_ipsec is static to xfrmapi.c ;)

But ok, another option is to re-organize the initialization so that that variable gets set before it is possible to abort the initialization. Basically move the hip_xfrm_set_nl_ipsec() call to somewhere before the first HIP_IFEL.

.. I'll attach a patch now that I actually tried it out.