misc: don't os_exit(1) causing core on SIGINT 58/22358/2
authorChristian E. Hopps <chopps@chopps.org>
Fri, 27 Sep 2019 17:52:50 +0000 (13:52 -0400)
committerDamjan Marion <dmarion@me.com>
Tue, 17 Dec 2019 18:41:21 +0000 (18:41 +0000)
commit10a8bda37eed33ada1e7c6ece7bda1fe066ba541
tree556e01140d5736391cfd45b2351bff7e9b16b3e3
parent19871f25394fa9a4bfb55006092cbcc28b446c04
misc: don't os_exit(1) causing core on SIGINT

It's not typical for a program to core when it receives a SIGINT, so
keep this from happening.

Type: fix
Signed-off-by: Christian E. Hopps <chopps@chopps.org>
Change-Id: I2c15985a57e6ea898ff05c4001e4b30b41154eba
src/vlib/unix/main.c