diff options
| author | 2011-03-30 09:07:39 +0200 | |
|---|---|---|
| committer | 2011-03-30 09:07:43 +0200 | |
| commit | 9f644c4ba86b76159d36747fda7da496f72a1872 (patch) | |
| tree | 31e025a5f283aff691fb636bf07fd0b445cf07a3 /net/ipv4/raw.c | |
| parent | perf tools: Fix NO_NEWT=1 python build error (diff) | |
| parent | Linux 2.6.39-rc1 (diff) | |
| download | wireguard-linux-9f644c4ba86b76159d36747fda7da496f72a1872.tar.xz wireguard-linux-9f644c4ba86b76159d36747fda7da496f72a1872.zip | |
Merge commit 'v2.6.39-rc1' into perf/urgent
Merge reason: use the post-merge-window tree.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
| -rw-r--r-- | net/ipv4/raw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index e837ffd3edc3..2d3c72e5bbbf 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c @@ -569,6 +569,7 @@ static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, rt = ip_route_output_flow(sock_net(sk), &fl4, sk); if (IS_ERR(rt)) { err = PTR_ERR(rt); + rt = NULL; goto done; } } |
