---
ldpe.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ldpe.c b/ldpe.c
index afba919..f643272 100644
--- a/ldpe.c
+++ b/ldpe.c
@@ -279,6 +279,7 @@ ldpe_shutdown(void)
}
close(leconf->ldp_discovery_socket);
+ close(leconf->ldp_ediscovery_socket);
close(leconf->ldp_session_socket);
/* clean up */
--
1.9.1- [PATCH 1/6] Close extended discovery socket on exit. Renato Westphal
- Re: [PATCH 4/6] Don't try to send address withdraws t... Claudio Jeker
- Re: [PATCH 3/6] Remove attached adjacencies whenever ... Claudio Jeker
- Re: [PATCH 6/6] Remove unused variables and functions... Claudio Jeker
- Re: [PATCH 5/6] Remove interface finite state machine... Claudio Jeker
- Re: [PATCH 5/6] Remove interface finite state mac... Renato Westphal
- [PATCH 2/6] Don't assign labels for BGP routes. Renato Westphal
- Re: [PATCH 2/6] Don't assign labels for BGP route... Claudio Jeker
- Re: [PATCH 2/6] Don't assign labels for BGP r... Renato Westphal
