You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!(msg = nlmsg_alloc_simple(XFRM_MSG_GETSA, 0)))
I think that NLM_F_REQUEST flag should have been the second argument in the above function call nlmsg_alloc_simple.
This code is from xfrmnl_sa_build_get_request function defined in the file lib/xfrm/sa.c
The text was updated successfully, but these errors were encountered:
if (!(msg = nlmsg_alloc_simple(XFRM_MSG_GETSA, 0)))
I think that
NLM_F_REQUEST
flag should have been the second argument in the above function callnlmsg_alloc_simple
.This code is from
xfrmnl_sa_build_get_request
function defined in the file lib/xfrm/sa.cThe text was updated successfully, but these errors were encountered: