Fix meid related core dump 62/2562/1 3.2.4
authorE. Scott Daniels <daniels@research.att.com>
Mon, 24 Feb 2020 15:14:56 +0000 (10:14 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 24 Feb 2020 15:14:56 +0000 (10:14 -0500)
commitbf897297010df539909b7638d96557d41fd217b0
tree49bc4be7ed4433087471d068200fb048e3b40bb5
parent99584a241c64d29fc20e74a4b4e01427d0f00e73
Fix meid related core dump

This change fixes a bug in rtable_nng_static and rtable_si_static
modules.  The caller's reference to the discovered endpoint was
not always being set correctly.

The change also corrects the unit test which missed the problem.

Issue-ID: RIC-220

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I11a5e89638845b1f31953c16bb584108c0f88850
CHANGES
CMakeLists.txt
src/rmr/nng/src/rtable_nng_static.c
src/rmr/si/src/rtable_si_static.c
test/rt_static_test.c