session: use listener_handle instead of listener_index

Type: refactor

Change-Id: I97fa59a0ba0b6b7a98698926020ffffcf6ae6ba3
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
diff --git a/src/vnet/udp/udp_input.c b/src/vnet/udp/udp_input.c
index c6b9167..cc5ae2b 100644
--- a/src/vnet/udp/udp_input.c
+++ b/src/vnet/udp/udp_input.c
@@ -210,7 +210,8 @@
 		  child0->is_connected = 1;
 
 		  if (session_stream_accept (&child0->connection,
-					     tc0->s_index, 1))
+					     tc0->s_index, tc0->thread_index,
+					     1))
 		    {
 		      error0 = UDP_ERROR_CREATE_SESSION;
 		      goto trace0;