mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Fix typo in virFileAccessibleAs
* src/util/util.c: s/git_t/gid_t/ in parameter list of virFileAccessibleAs
This commit is contained in:
parent
3fd2b1e9d0
commit
838d8c1b6b
@ -1058,7 +1058,7 @@ int
|
||||
virFileAccessibleAs(const char *path,
|
||||
int mode,
|
||||
uid_t uid ATTRIBUTE_UNUSED,
|
||||
git_t gid ATTRIBUTE_UNUSED)
|
||||
gid_t gid ATTRIBUTE_UNUSED)
|
||||
{
|
||||
|
||||
VIR_WARN("Ignoring uid/gid due to WIN32");
|
||||
|
Loading…
x
Reference in New Issue
Block a user