1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-06 01:58:01 +03:00

Missed to properly merge patch for definition of MAX_MISSING_LEN

(fix previous commit)
This commit is contained in:
Zdenek Kabelac 2012-02-28 10:42:20 +00:00
parent 4d44893d60
commit e5d399f667

View File

@ -49,7 +49,7 @@
#endif
#define MAX_RETRIES 4
#define MAX_MISSING_LEN = 8000 /* Max supported clvmd message size ? */
#define MAX_MISSING_LEN 8000 /* Max supported clvmd message size ? */
#define ISLOCAL_CSID(c) (memcmp(c, our_csid, max_csid_len) == 0)