]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix comment
authorNick Porter <nick@portercomputing.co.uk>
Mon, 2 Jun 2025 11:12:48 +0000 (12:12 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 4 Jun 2025 10:05:26 +0000 (11:05 +0100)
src/modules/rlm_crl/rlm_crl.c

index d4ca2ee31cc02d88e912135b8b2ad5ba4b24a3dc..fda3be25a89fb7495177eba789836bff75401800 100644 (file)
@@ -487,8 +487,8 @@ static int mod_mutable_free(rlm_crl_mutable_t *mutable)
        return 0;
 }
 
-/*
- *     (Re-)read radiusd.conf into memory.
+/**    Instantiate the module
+ *
  */
 static int mod_instantiate(module_inst_ctx_t const *mctx)
 {