]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Another portability stupid fix
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 13 Apr 2018 16:34:37 +0000 (17:34 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 13 Apr 2018 16:34:37 +0000 (17:34 +0100)
src/libserver/events.c

index c12b5e2f35a4b7aca768209e71c8eaac440720ee..ac9b0ccf2a9e48e75a16503f8f4ca0e9aa3042ba 100644 (file)
@@ -137,7 +137,7 @@ rspamd_session_add_event (struct rspamd_async_session *session,
 
        if (session == NULL) {
                msg_err ("session is NULL");
-               g_abort ();
+               abort ();
 
                /* Not reached */
                return NULL;