mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
Merge pull request #59 from TectonicEd/patch-2
Bug fix: get groupname of group rather than user
This commit is contained in:
@@ -93,7 +93,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