1
0
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:
Lennart Poettering 2014-03-24 23:45:58 +01:00
parent 79e16ce3bf
commit ac1a87b9f2

View File

@ -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,