X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fcrypto%2Fserv_crypto.c;h=a9761a549e6adf267786151fcb617581686284fb;hb=bcbaf2800c778043c12f9fd2d719ca9271ac6cb4;hp=ea542821912b1244f53ee394e1d50c36f575c471;hpb=1e62641ed3334a62c2bd58c537cc2a3eb75653f0;p=citadel.git diff --git a/citadel/modules/crypto/serv_crypto.c b/citadel/modules/crypto/serv_crypto.c index ea5428219..a9761a549 100644 --- a/citadel/modules/crypto/serv_crypto.c +++ b/citadel/modules/crypto/serv_crypto.c @@ -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); }