1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

fix compile

This commit is contained in:
Alasdair Kergon 2006-05-12 13:33:22 +00:00
parent 2bfdaded01
commit 6560de21e2

View File

@ -333,7 +333,7 @@ static int _lock_for_cluster(unsigned char cmd, unsigned int flags, char *name)
if (partial_mode())
args[1] |= LCK_PARTIAL_MODE;
if (mirror_sync())
if (mirror_in_sync())
args[1] |= LCK_MIRROR_NOSYNC_MODE;
/*