projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
044149e
)
userdb: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 20 Dec 2023 06:11:59 +0000
(15:11 +0900)
committer
Yu 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
patch
|
blob
|
history
diff --git
a/src/userdb/userwork.c
b/src/userdb/userwork.c
index fa7c2dd3195a14b1232a920ec2d149b894490a18..729a9a1bb6f7e67b3c54db11a04ea2e9b97f59e3 100644
(file)
--- a/
src/userdb/userwork.c
+++ b/
src/userdb/userwork.c
@@
-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 posses
s
ion */
_cleanup_(varlink_close_unrefp) Varlink *vl = NULL;
int r;