aboutsummaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index a86641f..a3ce7ae 100644
--- a/common.c
+++ b/common.c
@@ -89,7 +89,7 @@ static struct wg_dynamic_attr *parse_value(enum wg_dynamic_key key, char *value)
break;
default:
debug("Invalid key %d, aborting\n", key);
- abort();
+ BUG();
}
attr = malloc(sizeof(struct wg_dynamic_attr) + len);