Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96927
b: refs/heads/master
c: 0035a4b
h: refs/heads/master
i:
  96925: e73e87e
  96923: a811aae
  96919: 3ec9341
  96911: 1dd76d8
  96895: 72c99f7
v: v3
  • Loading branch information
Marcin Slusarz authored and David Teigland committed May 19, 2008
1 parent be1682a commit 64bf526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88ad23195e4609cef73b6fcf2b4c08aaaef33204
refs/heads/master: 0035a4b14931eb62a5f8a7762284c18e7ab14289
2 changes: 1 addition & 1 deletion trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 64bf526

Please sign in to comment.