Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326216
b: refs/heads/master
c: b4c798c
h: refs/heads/master
v: v3
  • Loading branch information
Xue Ying authored and David Teigland committed Aug 10, 2012
1 parent 4e8b76e commit bc59b43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 475f230c6072fb2186f48b23943afcd0ee3a8343
refs/heads/master: b4c798cf695dc7cee9798a686128461ad0070115
2 changes: 0 additions & 2 deletions trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -1175,10 +1175,8 @@ static struct socket *tcp_create_listen_sock(struct connection *con,
if (result < 0) {
log_print("Failed to set SO_REUSEADDR on socket: %d", result);
}
sock->sk->sk_user_data = con;
con->rx_action = tcp_accept_from_sock;
con->connect_action = tcp_connect_to_sock;
con->sock = sock;

/* Bind to our port */
make_sockaddr(saddr, dlm_config.ci_tcp_port, &addr_len);
Expand Down

0 comments on commit bc59b43

Please sign in to comment.