mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Fix another segfault in clvmd -R if no response from daemon received.
Missed the same problem in another function...
This commit is contained in:
parent
185ac73d18
commit
b5243aac02
@ -1,5 +1,6 @@
|
||||
Version 2.02.70 -
|
||||
================================
|
||||
Fix another segfault in clvmd -R if no response from daemon received. (2.02.68)
|
||||
Remove superfluous suspended device counter from clvmd.
|
||||
Fix lvm shell crash when input is entirely whitespace.
|
||||
Update partial mode warning message.
|
||||
|
@ -285,7 +285,7 @@ int refresh_clvmd(int all_nodes)
|
||||
{
|
||||
int num_responses;
|
||||
char args[1]; // No args really.
|
||||
lvm_response_t *response;
|
||||
lvm_response_t *response = NULL;
|
||||
int saved_errno;
|
||||
int status;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user