session: udp accept session state should be updated by app
[vpp.git] / src / vnet / session / session.c
index a60735d..0571218 100644 (file)
@@ -1287,8 +1287,6 @@ session_dgram_accept (transport_connection_t * tc, u32 listener_index,
       return rv;
     }
 
-  s->session_state = SESSION_STATE_READY;
-
   return 0;
 }