]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/openid/serv_openid_rp.c
If you can't handle me at my worst, you don't deserve me at my best.
[citadel.git] / citadel / server / modules / openid / serv_openid_rp.c
index 7f34b601fff4e9da683a3f54f2a2843d7d8e188e..2942223dfdfaf9f3537bff19fd4d9f9bba3ccd9f 100644 (file)
@@ -1137,14 +1137,7 @@ void cmd_oidf(char *argbuf) {
 }
 
 
-
-/**************************************************************************/
-/*                                                                        */
-/* Functions in this section handle module initialization and shutdown    */
-/*                                                                        */
-/**************************************************************************/
-
-
+// Initialization function, called from modules_init.c
 char *ctdl_module_init_openid_rp(void) {
        if (!threading) {
                /* Only enable the OpenID command set when native mode authentication is in use. */