]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homework-fscrypt.c
homed: replace "already_activated" boolean parameter by a flags value
[thirdparty/systemd.git] / src / home / homework-fscrypt.c
index 86dde4b78b0b730765a7b97fb6a27c3184d8aa01..37903b8fff6303197c3ee33209467023fced4fda 100644 (file)
@@ -278,9 +278,8 @@ static int fscrypt_setup(
         return log_error_errno(SYNTHETIC_ERRNO(ENOKEY), "Failed to set up home directory with provided passwords.");
 }
 
-int home_prepare_fscrypt(
+int home_setup_fscrypt(
                 UserRecord *h,
-                bool already_activated,
                 PasswordCache *cache,
                 HomeSetup *setup) {