session: improve ct locking with multiple workers
[vpp.git] / src / vnet / session / session_node.c
index 5a3ee18..76080a0 100644 (file)
@@ -457,7 +457,7 @@ session_mq_accepted_reply_handler (void *data)
   if (!session_has_transport (s))
     {
       s->session_state = SESSION_STATE_READY;
-      if (ct_session_connect_notify (s))
+      if (ct_session_connect_notify (s, SESSION_E_NONE))
        return;
     }
   else