MODULES: add priorities in execution
[citadel.git] / citadel / modules / crypto / serv_crypto.c
index ea542821912b1244f53ee394e1d50c36f575c471..a9761a549e6adf267786151fcb617581686284fb 100644 (file)
@@ -385,7 +385,7 @@ void init_ssl(void)
        CtdlRegisterProtoHook(cmd_stls, "STLS", "Start SSL/TLS session");
        CtdlRegisterProtoHook(cmd_gtls, "GTLS",
                              "Get SSL/TLS session status");
-       CtdlRegisterSessionHook(endtls, EVT_STOP);
+       CtdlRegisterSessionHook(endtls, EVT_STOP, PRIO_STOP + 10);
 }