Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251277
b: refs/heads/master
c: a8e4079
h: refs/heads/master
i:
  251275: e16d028
v: v3
  • Loading branch information
Philipp Reisner committed May 24, 2011
1 parent 2e49103 commit 29f7d04
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: 76727f684aa2d6a2dc59a7e5cf77e092a1bf4fb6
refs/heads/master: a8e407925d49c521151dd24b6376c1f9a04a093f
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_receiver.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ static int drbd_connect(struct drbd_conf *mdev)
}

if (sock && msock) {
schedule_timeout_interruptible(HZ / 10);
schedule_timeout_interruptible(mdev->net_conf->ping_timeo*HZ/10);
ok = drbd_socket_okay(mdev, &sock);
ok = drbd_socket_okay(mdev, &msock) && ok;
if (ok)
Expand Down

0 comments on commit 29f7d04

Please sign in to comment.