X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Futil.h;h=3f10132121a62f7ca79f734477f191e9032b739f;hb=d77cbf16e9dfddf98e5df5585a9f1d6817b1ea01;hp=efb31082370ffaea9f19bedd12a427c5f0de64d7;hpb=f0495a7023add6da585c6bc42360e9a45f19b3e2;p=netatalk.git diff --git a/include/atalk/util.h b/include/atalk/util.h index efb31082..3f101321 100644 --- a/include/atalk/util.h +++ b/include/atalk/util.h @@ -32,7 +32,7 @@ #define AFP_PANIC(why) \ do { \ netatalk_panic(why); \ - exit(1); \ + abort(); \ } while(0); /* LOG assert errors */