userdb: fix typo

Follow-up for 523121d543.
This commit is contained in:
Yu Watanabe 2023-12-20 15:11:59 +09:00
parent 044149e615
commit d562667f7d

View 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;