diff options
Diffstat (limited to 'net/appletalk/ddp.c')
-rw-r--r-- | net/appletalk/ddp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index d5871ac493eb..f066781be3c8 100644 --- a/net/appletalk/ddp.c +++ b/net/appletalk/ddp.c | |||
@@ -1625,7 +1625,7 @@ static int atalk_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) | |||
1625 | 1625 | ||
1626 | rt = atrtr_find(&at_hint); | 1626 | rt = atrtr_find(&at_hint); |
1627 | } | 1627 | } |
1628 | err = ENETUNREACH; | 1628 | err = -ENETUNREACH; |
1629 | if (!rt) | 1629 | if (!rt) |
1630 | goto out; | 1630 | goto out; |
1631 | 1631 | ||