mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
lvmlockd: shut up warnings
This commit is contained in:
parent
36ee367343
commit
e207ededd6
@ -3594,8 +3594,6 @@ static int client_send_result(struct client *cl, struct action *act)
|
|||||||
|
|
||||||
if (gl_use_sanlock && !gl_lsname_sanlock[0])
|
if (gl_use_sanlock && !gl_lsname_sanlock[0])
|
||||||
strcat(result_flags, "NO_GL_LS,");
|
strcat(result_flags, "NO_GL_LS,");
|
||||||
else if (gl_use_dlm && !gl_lsname_dlm[0])
|
|
||||||
strcat(result_flags, "NO_GL_LS,");
|
|
||||||
else
|
else
|
||||||
strcat(result_flags, "NO_GL_LS,");
|
strcat(result_flags, "NO_GL_LS,");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user