Sorry, maybe stupid question. Which file should i patch?
Which file should i patch?

С Уважением, 
Князьков Михаил 
[email protected]

>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.
>         //

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

Reply via email to