diff --git a/[refs] b/[refs] index c402292828cd..cfee274f2a16 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 88ad23195e4609cef73b6fcf2b4c08aaaef33204 +refs/heads/master: 0035a4b14931eb62a5f8a7762284c18e7ab14289 diff --git a/trunk/fs/dlm/lowcomms.c b/trunk/fs/dlm/lowcomms.c index c7d232a9ae12..637018c891ef 100644 --- a/trunk/fs/dlm/lowcomms.c +++ b/trunk/fs/dlm/lowcomms.c @@ -931,7 +931,7 @@ static void tcp_connect_to_sock(struct connection *con) * errors we try again until the max number of retries is reached. */ if (result != -EHOSTUNREACH && result != -ENETUNREACH && - result != -ENETDOWN && result != EINVAL + result != -ENETDOWN && result != -EINVAL && result != -EPROTONOSUPPORT) { lowcomms_connect_sock(con); result = 0;