]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
user-record: add missing comma to list of strings
authorLuca Boccassi <luca.boccassi@gmail.com>
Sat, 2 Nov 2024 11:06:18 +0000 (11:06 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 2 Nov 2024 13:46:45 +0000 (22:46 +0900)
Follow-up for ad03f2d5f0d7f87b775357e5a2727dbcbc973fce

src/shared/user-record.c

index 47fd5cc31180cd738eb00c4ef587709f0c5fcf7c..47eea9b19aca388a793ce01cee103cc0814d07ad 100644 (file)
@@ -2223,7 +2223,7 @@ const char** user_record_self_modifiable_privileged(UserRecord *h) {
                 "passwordHint",
 
                 /* Authentication methods */
-                "hashedPassword"
+                "hashedPassword",
                 "pkcs11EncryptedKey",
                 "fido2HmacSalt",
                 "recoveryKey",