Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b279601 authored by Sascha Hlusiak's avatar Sascha Hlusiak Committed by David S. Miller
Browse files

sit: ipip6_tunnel_del_prl: return err



Typo. When deleting a PRL entry, return status to userspace
instead of success.

Signed-off-by: default avatarSascha Hlusiak <contact@saschahlusiak.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4fddbf5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ ipip6_tunnel_del_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a)
	}
out:
	write_unlock(&ipip6_lock);
	return 0;
	return err;
}

static int