Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342043
b: refs/heads/master
c: cbab368
h: refs/heads/master
i:
  342041: 25c217b
  342039: a1219e1
v: v3
  • Loading branch information
Ying Xue authored and Paul Gortmaker committed Dec 7, 2012
1 parent 0cb96dd commit 7b4c376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 584d24b3960e4c877fc623214815f278708f127c
refs/heads/master: cbab368790f23bc917d97fcf7a338c5ba5336ee0
7 changes: 0 additions & 7 deletions trunk/net/tipc/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,13 +946,6 @@ static int recv_msg(struct kiocb *iocb, struct socket *sock,
sz = msg_data_sz(msg);
err = msg_errcode(msg);

/* Complete connection setup for an implied connect */
if (unlikely(sock->state == SS_CONNECTING)) {
res = auto_connect(sock, msg);
if (res)
goto exit;
}

/* Discard an empty non-errored message & try again */
if ((!sz) && (!err)) {
advance_rx_queue(sk);
Expand Down

0 comments on commit 7b4c376

Please sign in to comment.