Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106904
b: refs/heads/master
c: 311f6fc
h: refs/heads/master
v: v3
  • Loading branch information
Masatake YAMATO authored and David Teigland committed Jul 14, 2008
1 parent ab736d4 commit 09c7649
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 329fc4c37212588091b64bdf09afaeb18642aae2
refs/heads/master: 311f6fc77c51926dbdfbeab0a5d88d70f01fa3f4
4 changes: 3 additions & 1 deletion trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -891,8 +891,10 @@ static void tcp_connect_to_sock(struct connection *con)
goto out_err;

memset(&saddr, 0, sizeof(saddr));
if (dlm_nodeid_to_addr(con->nodeid, &saddr))
if (dlm_nodeid_to_addr(con->nodeid, &saddr)) {
sock_release(sock);
goto out_err;
}

sock->sk->sk_user_data = con;
con->rx_action = receive_from_sock;
Expand Down

0 comments on commit 09c7649

Please sign in to comment.