From: Luca Boccassi Date: Sat, 2 Nov 2024 11:06:18 +0000 (+0000) Subject: user-record: add missing comma to list of strings X-Git-Tag: v257-rc1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cae569818a241837fb414376447669b4d40e674;p=thirdparty%2Fsystemd.git user-record: add missing comma to list of strings Follow-up for ad03f2d5f0d7f87b775357e5a2727dbcbc973fce --- diff --git a/src/shared/user-record.c b/src/shared/user-record.c index 47fd5cc3118..47eea9b19ac 100644 --- a/src/shared/user-record.c +++ b/src/shared/user-record.c @@ -2223,7 +2223,7 @@ const char** user_record_self_modifiable_privileged(UserRecord *h) { "passwordHint", /* Authentication methods */ - "hashedPassword" + "hashedPassword", "pkcs11EncryptedKey", "fido2HmacSalt", "recoveryKey",