libosmocore/src/vty
Vadim Yanitskiy 02f25ea77b logging/vty: fix: do not close stderr in vty_close()
Since Icdeaea67a06da3a2f07b252e455629559ecc1829, we use stderr for
printing warnings while parsing the VTY configuration files. Make
sure we do not close() stderr. Otherwise stderr logging gets broken.

Change-Id: I6ecc85555d102f5911d50ed5ac54933c766fa84d
Fixes: Icdeaea67a06da3a2f07b252e455629559ecc1829
2019-11-21 16:22:21 +07:00
..
Makefile.am Bump version: 1.1.0.107-afce-dirty → 1.2.0 2019-08-06 18:02:02 +02:00
buffer.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
command.c vty: Return error if cmd returns CMD_WARNING while reading cfg file 2019-10-28 19:15:29 +00:00
fsm_vty.c ctrl/vty: fsm: use correct element when iterating over fsm->proc.children 2018-07-29 14:35:00 +00:00
logging_vty.c logging/vty: fix: actually ignore deprecated logging commands 2019-11-21 10:48:02 +07:00
stats_vty.c stats_vty: Add verb to sentence for show asciidoc counters 2019-07-25 11:39:11 +02:00
talloc_ctx_vty.c vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp() 2019-04-11 00:24:55 +00:00
tdef_vty.c tdef: Introduce min_val and max_val fields 2019-10-07 13:14:14 +00:00
telnet_interface.c vty/telnet_interface.c: log connection accept() / close() events 2019-07-30 17:17:15 +00:00
utils.c stop printing group description in vty_out_rate_ctr_group_fmt() 2018-10-29 13:48:47 +00:00
vector.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
vty.c logging/vty: fix: do not close stderr in vty_close() 2019-11-21 16:22:21 +07:00