1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +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 - Version 2.02.68 -
=============================== ===============================
Fix segfault in clvmd -R if no response from daemon received.
Version 2.02.67 - 4th June 2010 Version 2.02.67 - 4th June 2010
=============================== ===============================

View File

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