mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-02 03:34:09 +00: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