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

Fix segfault in clvmd -R if no response from daemon received.

This commit is contained in:
Milan Broz 2010-06-07 13:52:52 +00:00
parent a5e1488414
commit 4c10ab5627
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.68 -
===============================
Fix segfault in clvmd -R if no response from daemon received.
Version 2.02.67 - 4th June 2010
===============================

View File

@ -336,7 +336,7 @@ int debug_clvmd(int level, int clusterwide)
int num_responses;
char args[1];
const char *nodes;
lvm_response_t *response;
lvm_response_t *response = NULL;
int saved_errno;
int status;
int i;