Update session local address is_ip4 on bind when not global

Change-Id: I73ddca5a86e83c9f547778828bb49d2bd4675eaf
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
This commit is contained in:
Keith Burns (alagalah)
2018-03-15 10:04:20 -07:00
committed by Florin Coras
parent 816833f0e9
commit 60ae80fb1c

View File

@@ -772,6 +772,7 @@ done:
{
rmp->handle = a->handle;
rmp->lcl_port = mp->port;
rmp->lcl_is_ip4 = mp->is_ip4;
if (app && application_has_global_scope (app))
{
s = listen_session_get_from_handle (a->handle);