diff --git a/opendkim/opendkim.c b/opendkim/opendkim.c index dd082ce..733d8b6 100644 --- a/opendkim/opendkim.c +++ b/opendkim/opendkim.c @@ -4832,7 +4832,7 @@ dkimf_checkfsnode(const char *path, uid_t myuid, char *myname, ino_t *ino, { snprintf(err, errlen, "%s is in group %u which has multiple users (e.g., \"%s\")", - s.st_gid, + myname, s.st_gid, pw->pw_name); } @@ -4858,7 +4858,7 @@ dkimf_checkfsnode(const char *path, uid_t myuid, char *myname, ino_t *ino, { snprintf(err, errlen, "%s is in group %u which has multiple users (e.g., \"%s\")", - s.st_gid, + myname, s.st_gid, gr->gr_mem[c]); }