From fc1c612d856cdab519d11edb1b317ca188b31ce6 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 26 Oct 2017 14:25:12 -0700 Subject: session: instantiate appns lookup table only once Change-Id: I39d634b7691a524e5221c28997a737102298c281 Signed-off-by: Florin Coras --- src/vnet/session/session_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/session/session_test.c') diff --git a/src/vnet/session/session_test.c b/src/vnet/session/session_test.c index 433c20e5e1d..986837cbf24 100644 --- a/src/vnet/session/session_test.c +++ b/src/vnet/session/session_test.c @@ -227,6 +227,7 @@ session_test_namespace (vlib_main_t * vm, unformat_input_t * input) "server shouldn't have access to local table"); unbind_args.app_index = server_index; + unbind_args.handle = bind_args.handle; error = vnet_unbind (&unbind_args); SESSION_TEST ((error == 0), "unbind should work"); -- cgit 1.2.3-korg