1
0
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:
David Teigland 2015-11-09 09:59:51 -06:00
parent 36ee367343
commit e207ededd6

View File

@ -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,");
}