src/server.c, look at the patch :-)

Am 28.10.2013 15:47, schrieb Michael Knyazkov:
> Sorry, maybe stupid question. Which file should i patch?
> Which file should i patch?
> 
>     There are two ways to fix it, either update glib2 or apply the next patch:
> 
>     --- src/server.c
>     +++ src/server.c
>     @@ -223,6 +223,8 @@ static int server_setup(ServerConfig_T *conf)
>              if (! MATCH(conf->service_name,"IMAP"))
>                      return 0;
> 
>     + if (! g_thread_supported())
>     + g_thread_init(NULL);
>              // Asynchronous message queue for receiving messages
>              // from worker threads in the main thread.
>              //

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to