]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Catch lock errors
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 30 Apr 2019 15:07:49 +0000 (10:07 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 30 Apr 2019 15:26:34 +0000 (10:26 -0500)
commitf901aeddfdffd2badfaacbd0c48010161ba0c6f3
tree38cff8e081aab8d1b7d2a868f9e7d4ab75d2e884
parentb21a2ab67576be5939bc0bf8ef8d5945745451d9
Catch lock errors

Though sometimes we can't do anything meaningful with the errors,
but panicking is probably better than ignoring them and subtly
doing the wrong thing.
14 files changed:
src/clients.c
src/clients.h
src/common.c
src/common.h
src/config.c
src/main.c
src/notify.c
src/notify.h
src/rtr/db/vrps.c
src/rtr/db/vrps.h
src/rtr/pdu_handler.c
src/rtr/rtr.c
src/updates_daemon.c
test/client_test.c