diff options
-rw-r--r-- | sysdep/unix/wg_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/wg_user.c b/sysdep/unix/wg_user.c index 36580e9a..0fa011cf 100644 --- a/sysdep/unix/wg_user.c +++ b/sysdep/unix/wg_user.c @@ -92,7 +92,7 @@ void user_err_hook(struct birdsock *bs, int err) log(L_TRACE "WG: ERR %p %d %s", bs, err, bs->err); if (err == 0) - abort(); + bug("Debug err_hook"); rfree(bs); } |