PolicyKit: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 2 17:04:55 UTC 2022


 src/polkit/polkitunixgroup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22ff3e52c314ea5450d9075dec44e81f923a8588
Author: Matthew Leeds <matthew.leeds at endlessm.com>
Date:   Tue Dec 11 11:04:25 2018 -0800

    Fix a typo of gid_t in a comment

diff --git a/src/polkit/polkitunixgroup.c b/src/polkit/polkitunixgroup.c
index 309f689..3df8ba6 100644
--- a/src/polkit/polkitunixgroup.c
+++ b/src/polkit/polkitunixgroup.c
@@ -71,7 +71,7 @@ G_DEFINE_TYPE_WITH_CODE (PolkitUnixGroup, polkit_unix_group, G_TYPE_OBJECT,
 static void
 polkit_unix_group_init (PolkitUnixGroup *unix_group)
 {
-  unix_group->gid = -1; /* (git_t) -1 is not a valid GID under Linux */
+  unix_group->gid = -1; /* (gid_t) -1 is not a valid GID under Linux */
 }
 
 static void


More information about the hal-commit mailing list