libosmocore/src/vty
Neels Hofmeyr cf8def25d5 vty reference: fix deprecation bit evaluation
In vty_dump_nodes(), make sure the bitwise & is evaluated first.

For the deprecation flag (0x1), the practical effect is most likely identical,
assuming that the boolean ! operator flips the first bit, so I expect no
visible functional difference. It still was confusing and wrong to look at.

Related: OS#3584
Change-Id: I1f18e0e41da4772d092d71261b9e489dc1598923
2018-09-24 06:40:04 +00:00
..
Makefile.am vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release 2018-08-20 15:51:29 +02:00
buffer.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
command.c vty reference: fix deprecation bit evaluation 2018-09-24 06:40:04 +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: add 'logging level set-all <level>' 2018-09-16 23:09:56 +02:00
stats_vty.c stats_vty: Add asciidoc sections between the different counters 2018-07-24 20:01:26 +02:00
talloc_ctx_vty.c talloc_ctx_vty: Fix help strings (missing \n at end of line) 2018-02-14 00:53:22 +00:00
telnet_interface.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
utils.c remove unused argument from pad_append_ctr() helper function 2018-05-25 13:06:41 +02:00
vector.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
vty.c vty/vty.c: fix bug in vty_config_write 2018-08-05 07:01:53 +00:00