mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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])
|
||||
strcat(result_flags, "NO_GL_LS,");
|
||||
else if (gl_use_dlm && !gl_lsname_dlm[0])
|
||||
strcat(result_flags, "NO_GL_LS,");
|
||||
else
|
||||
strcat(result_flags, "NO_GL_LS,");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user