X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Ftest%2Fserv_test.c;h=bbb0e54168dd2fc69ae9d6ba2d04b071807ae4b4;hb=bcbaf2800c778043c12f9fd2d719ca9271ac6cb4;hp=c82ecb87cdfea14b6850c550783e502577b13d2e;hpb=1e62641ed3334a62c2bd58c537cc2a3eb75653f0;p=citadel.git diff --git a/citadel/modules/test/serv_test.c b/citadel/modules/test/serv_test.c index c82ecb87c..bbb0e5416 100644 --- a/citadel/modules/test/serv_test.c +++ b/citadel/modules/test/serv_test.c @@ -74,10 +74,10 @@ CTDL_MODULE_INIT(test) if (!threading) { CtdlRegisterCleanupHook(CleanupTest); - CtdlRegisterSessionHook(NewRoomTest, EVT_NEWROOM); - CtdlRegisterSessionHook(SessionStartTest, EVT_START); - CtdlRegisterSessionHook(SessionStopTest, EVT_STOP); - CtdlRegisterSessionHook(LoginTest, EVT_LOGIN); + CtdlRegisterSessionHook(NewRoomTest, EVT_NEWROOM, 1); + CtdlRegisterSessionHook(SessionStartTest, EVT_START, 1); + CtdlRegisterSessionHook(SessionStopTest, EVT_STOP, 1); + CtdlRegisterSessionHook(LoginTest, EVT_LOGIN, 1); } #endif