]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
generator: rename 'password' -> 'key_file'
authorJelle van der Waa <jvanderwaa@redhat.com>
Tue, 3 Jun 2025 09:14:22 +0000 (11:14 +0200)
committerJelle van der Waa <jvanderwaa@redhat.com>
Wed, 4 Jun 2025 08:45:54 +0000 (10:45 +0200)
Makes the header declaration and implementation consistent.

src/shared/generator.h

index 8a1f55cc906fb489ae740fe455f8f416a23e0b97..8abf50f3abc65e839cfaa1621d033bd04cb13f2c 100644 (file)
@@ -85,7 +85,7 @@ int generator_write_cryptsetup_service_section(
                 FILE *f,
                 const char *name,
                 const char *what,
-                const char *password,
+                const char *key_file,
                 const char *options);
 
 int generator_write_veritysetup_unit_section(FILE *f, const char *source);