]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homectl-fido2.c
Merge pull request #16981 from keszybz/use-crypt_ra
[thirdparty/systemd.git] / src / home / homectl-fido2.c
index b9092df18c5d628f5c2548936020bddd674f1804..eb9098fda95ec79f8902c562a4379edc12783dad 100644 (file)
@@ -526,6 +526,7 @@ finish:
         fido_dev_info_free(&di, di_size);
         return r;
 #else
-        return log_error_errno(EOPNOTSUPP, "FIDO2 tokens not supported on this build.");
+        return log_error_errno(SYNTHETIC_ERRNO(EOPNOTSUPP),
+                               "FIDO2 tokens not supported on this build.");
 #endif
 }