X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fpop3%2Fserv_pop3.c;h=de4d7a0653efb9b7e6b77ce189cbcf239ab16a10;hb=bcbaf2800c778043c12f9fd2d719ca9271ac6cb4;hp=3de0bf57d604938947a0e6ff50969985ff928d79;hpb=1e62641ed3334a62c2bd58c537cc2a3eb75653f0;p=citadel.git diff --git a/citadel/modules/pop3/serv_pop3.c b/citadel/modules/pop3/serv_pop3.c index 3de0bf57d..de4d7a065 100644 --- a/citadel/modules/pop3/serv_pop3.c +++ b/citadel/modules/pop3/serv_pop3.c @@ -679,7 +679,7 @@ CTDL_MODULE_INIT(pop3) NULL, CitadelServicePop3S); #endif - CtdlRegisterSessionHook(pop3_cleanup_function, EVT_STOP); + CtdlRegisterSessionHook(pop3_cleanup_function, EVT_STOP, PRIO_STOP + 30); } /* return our module name for the log */