Changeset: fe6830253899 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fe6830253899
Modified Files:
        gdk/gdk_utils.c
Branch: default
Log Message:

Fix after merge.


diffs (12 lines):

diff --git a/gdk/gdk_utils.c b/gdk/gdk_utils.c
--- a/gdk/gdk_utils.c
+++ b/gdk/gdk_utils.c
@@ -474,7 +474,7 @@ GDKinit(opt *set, int setlen)
                      "SIZEOF_OID should be equal to SIZEOF_INT or SIZEOF_LNG");
 
        if (!MT_thread_init())
-               return 0;
+               return GDK_FAIL;
 
 #ifdef NEED_MT_LOCK_INIT
        MT_lock_init(&MT_system_lock, "MT_system_lock");
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to