commit | 4b2796017487f3c1e423b8e1ada6c94c0a8ea815 | [log] [tgz] |
---|---|---|
author | Sascha Hlusiak <contact@saschahlusiak.de> | Tue May 19 12:56:50 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue May 19 16:02:01 2009 -0700 |
tree | 677b9948498a7b5060ab054160e3c3e440e67d37 | |
parent | 4fddbf5d7854b0a615c6481988895016f5d038d2 [diff] [blame] |
sit: ipip6_tunnel_del_prl: return err Typo. When deleting a PRL entry, return status to userspace instead of success. Signed-off-by: Sascha Hlusiak <contact@saschahlusiak.de> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c index dfedd56..3fd0600 100644 --- a/net/ipv6/sit.c +++ b/net/ipv6/sit.c
@@ -368,7 +368,7 @@ } out: write_unlock(&ipip6_lock); - return 0; + return err; } static int