]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
userdb: fix typo 30534/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Dec 2023 06:11:59 +0000 (15:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Dec 2023 06:12:10 +0000 (15:12 +0900)
Follow-up for 523121d543bb1f32dca48d62e1a88cc204e5bb96.

src/userdb/userwork.c

index fa7c2dd3195a14b1232a920ec2d149b894490a18..729a9a1bb6f7e67b3c54db11a04ea2e9b97f59e3 100644 (file)
@@ -426,7 +426,7 @@ static int vl_method_get_memberships(Varlink *link, JsonVariant *parameters, Var
 }
 
 static int process_connection(VarlinkServer *server, int _fd) {
-        _cleanup_close_ int fd = TAKE_FD(_fd); /* always take possesion */
+        _cleanup_close_ int fd = TAKE_FD(_fd); /* always take possession */
         _cleanup_(varlink_close_unrefp) Varlink *vl = NULL;
         int r;