Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213820
b: refs/heads/master
c: 35997e3
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Aug 18, 2010
1 parent 5415769 commit c73e6a1
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: 3720d40b201fe82dce1d8a64a31bfbf49c221771
refs/heads/master: 35997e3157eba16c6124d440bdf9272087129b2a
2 changes: 1 addition & 1 deletion trunk/net/tipc/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ static int connect(struct socket *sock, struct sockaddr *dest, int destlen,
/* For now, TIPC does not support the non-blocking form of connect() */

if (flags & O_NONBLOCK) {
res = -EWOULDBLOCK;
res = -EOPNOTSUPP;
goto exit;
}

Expand Down

0 comments on commit c73e6a1

Please sign in to comment.