]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
WS
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 18 Apr 2022 23:11:21 +0000 (18:11 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 18 Apr 2022 23:11:21 +0000 (18:11 -0500)
src/lib/server/module.c

index 35fbbf6ce1dfefe134e16fb93732d61833f9c872..47c987e64f019e90f5a28604002ec85fa9b04b78 100644 (file)
@@ -1027,7 +1027,6 @@ module_instance_t *module_alloc(module_list_t *ml,
        mi->name = talloc_typed_strdup(mi, qual_inst_name);
        talloc_free(qual_inst_name);    /* Avoid stealing */
 
-
        mi->number = ml->last_number++;
        mi->ml = ml;