From: Alan T. DeKok Date: Mon, 22 Jun 2020 12:43:34 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384ee3c0c0f8a12f08b659d47af09cfa83e9754c;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/modules/rlm_unix/rlm_unix.c b/src/modules/rlm_unix/rlm_unix.c index 3e1eaccc41d..bc80c72ea3e 100644 --- a/src/modules/rlm_unix/rlm_unix.c +++ b/src/modules/rlm_unix/rlm_unix.c @@ -169,7 +169,7 @@ static int mod_bootstrap(void *instance, CONF_SECTION *conf) } } else { int rcode; - char *unix_group = talloc_asprintf(inst, "%-Unix-Group", inst->name); + char *unix_group = talloc_asprintf(inst, "%s-Unix-Group", inst->name); if (paircmp_register_by_name(unix_group, attr_user_name, false, groupcmp, inst) < 0) { PERROR("Failed registering %s", unix_group);