mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
librbd: fix typo in mirror:snapshot::UnlinkPeerRequest
Signed-off-by: Mykola Golub <mgolub@suse.com>
This commit is contained in:
parent
92be6fb093
commit
e6bea300cb
@ -164,7 +164,7 @@ void UnlinkPeerRequest<I>::remove_snapshot() {
|
||||
}
|
||||
}
|
||||
|
||||
if (r == ENOENT) {
|
||||
if (r == -ENOENT) {
|
||||
finish(0);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user