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
nls_bitfield=ctxt->nls_state ? SECURITY_2_V2_NLS_STATE_REPORT_STATE_FIELD| SECURITY_2_V2_NLS_STATE_REPORT_CAPABILITY_FIELD: 0; // A node sending this frame will always support NLS
1914
+
nls_bitfield=SECURITY_2_V2_NLS_STATE_REPORT_CAPABILITY_FIELD | (ctxt->nls_state ? SECURITY_2_V2_NLS_STATE_REPORT_STATE_FIELD: 0); // A node sending this frame will always support NLS
0 commit comments