conf: In conf_runas(), on static builds, group information is also unused
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
7af0bae4ce
commit
465712721e
1 changed files with 1 additions and 0 deletions
1
conf.c
1
conf.c
|
@ -868,6 +868,7 @@ static int conf_runas(const char *opt, unsigned int *uid, unsigned int *gid)
|
|||
(void)ubuf;
|
||||
(void)gbuf;
|
||||
(void)pw;
|
||||
(void)gr;
|
||||
|
||||
return -EINVAL;
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue