mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
cryptsetup: minor typo fix
This commit is contained in:
parent
79e16ce3bf
commit
ac1a87b9f2
@ -356,7 +356,7 @@ static int attach_tcrypt(struct crypt_device *cd,
|
||||
return r;
|
||||
}
|
||||
|
||||
return crypt_activate_by_volume_key(cd, name, NULL, 0, flags);;
|
||||
return crypt_activate_by_volume_key(cd, name, NULL, 0, flags);
|
||||
}
|
||||
|
||||
static int attach_luks_or_plain(struct crypt_device *cd,
|
||||
|
Loading…
Reference in New Issue
Block a user