mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Bug fix: get groupname of group rather than user
This commit is contained in:
@@ -85,7 +85,7 @@ namespace NzbDrone.Mono
|
||||
|
||||
if (!uint.TryParse(group, out groupId))
|
||||
{
|
||||
var g = Syscall.getgrnam(user);
|
||||
var g = Syscall.getgrnam(group);
|
||||
|
||||
if (g == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user