mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Typo in "for" caused first node in ccs to be ignored.
This commit is contained in:
parent
a057a834b7
commit
67443faddb
@ -2,6 +2,7 @@ Version 2.00.33 -
|
|||||||
====================================
|
====================================
|
||||||
|
|
||||||
gulm clvmd now uses new ccsd key names.
|
gulm clvmd now uses new ccsd key names.
|
||||||
|
gulm clvmd now doesn't ignore the first node in cluster.conf
|
||||||
|
|
||||||
|
|
||||||
Version 2.00.32 - 22nd December 2004
|
Version 2.00.32 - 22nd December 2004
|
||||||
|
@ -850,7 +850,7 @@ static int get_all_cluster_nodes()
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i=1; i++;)
|
for (i=1;;i++)
|
||||||
{
|
{
|
||||||
char nodekey[256];
|
char nodekey[256];
|
||||||
char nodeip[MAX_CSID_LEN];
|
char nodeip[MAX_CSID_LEN];
|
||||||
|
Loading…
Reference in New Issue
Block a user