]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
user-record: Make sure UserStorage enum has the same name as its typedef
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 14 May 2025 21:59:25 +0000 (23:59 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 14 May 2025 22:00:03 +0000 (00:00 +0200)
src/shared/user-record.h

index 32c8e38d04b9a50e436283801ad989da5070e275..fde03e55958f5e8149d46529f789fdc19faaaadb 100644 (file)
@@ -26,7 +26,7 @@ typedef enum UserDisposition {
         _USER_DISPOSITION_INVALID = -EINVAL,
 } UserDisposition;
 
-typedef enum UserHomeStorage {
+typedef enum UserStorage {
         USER_CLASSIC,
         USER_LUKS,
         USER_DIRECTORY, /* A directory, and a .identity file in it, which USER_CLASSIC lacks */