dlm: fix not reconnecting on connecting error handling
authorMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Tue, 11 Aug 2015 22:22:22 +0000 (19:22 -0300)
committerDavid Teigland <teigland@redhat.com>
Mon, 17 Aug 2015 21:22:19 +0000 (16:22 -0500)
commit356344c4c36dc960f90a3457dd67fe2efcf92417
tree8bb6e9a73b6fd1d1ae0182341ccad4f6aa2e29ec
parent0d737a8cfd8341d6ba8215443a3ddfe5ddd4e51a
dlm: fix not reconnecting on connecting error handling

If we don't clear that bit, lowcomms_connect_sock() will not schedule
another attempt, and no further attempt will be done.

Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c