diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-26 16:34:03 +0300 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-27 11:47:50 +0300 | 
| commit | a5c9e190beb444f70c83579d0e3a7f77435a73fa (patch) | |
| tree | 3904d75bdb932d61054da26899525b906dfdfc5f /ldpd/lde.c | |
| parent | 93ffc5a2fdaf82c4c458c2c4bbbb090b0e00e443 (diff) | |
ldpd: Stop and free synchronous Zebra client on destroy
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'ldpd/lde.c')
| -rw-r--r-- | ldpd/lde.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/lde.c b/ldpd/lde.c index 806bab6a21..c7e915deb3 100644 --- a/ldpd/lde.c +++ b/ldpd/lde.c @@ -87,7 +87,7 @@ static struct list *label_chunk_list;  static struct listnode *current_label_chunk;  /* Synchronous zclient to request labels */ -static struct zclient *zclient_sync; +struct zclient *zclient_sync;  /* SIGINT / SIGTERM handler. */  static void  | 
