]> git.ipfire.org Git - pakfire.git/commitdiff
pakfire: Split comment
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 May 2023 06:09:44 +0000 (06:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 May 2023 06:09:44 +0000 (06:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/pakfire.c

index 0e8776b0c270f3671f593e3968306f8c805559a6..dd9794ed6bc07a730845d4ee8cb67ad8e6963114 100644 (file)
@@ -792,12 +792,13 @@ static int pakfire_setup_user(struct pakfire* pakfire) {
        if (r)
                goto ERROR;
 
-       // Fetch sub UID/GIDs
        if (!pakfire_on_root(pakfire)) {
+               // Fetch SUBUIDs
                r = pakfire_getsubuid(pakfire, pakfire->user.name, &pakfire->user.subuids);
                if (r)
                        goto ERROR;
 
+               // Fetch SUBGIDs
                r = pakfire_getsubgid(pakfire, pakfire->user.name, &pakfire->group.subgids);
                if (r)
                        goto ERROR;