From: Arran Cudbard-Bell Date: Mon, 18 Apr 2022 23:11:21 +0000 (-0500) Subject: WS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63e91efdcf8cec321a2df167325e79193c1eb9f;p=thirdparty%2Ffreeradius-server.git WS --- diff --git a/src/lib/server/module.c b/src/lib/server/module.c index 35fbbf6ce1d..47c987e64f0 100644 --- a/src/lib/server/module.c +++ b/src/lib/server/module.c @@ -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;