]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/util.h
abort in AFP_PANIC, don't exit
[netatalk.git] / include / atalk / util.h
index efb31082370ffaea9f19bedd12a427c5f0de64d7..3f10132121a62f7ca79f734477f191e9032b739f 100644 (file)
@@ -32,7 +32,7 @@
 #define AFP_PANIC(why) \
     do {                                            \
         netatalk_panic(why);                        \
-        exit(1);                                    \
+        abort();                                    \
     } while(0);
 
 /* LOG assert errors */