]> git.ipfire.org Git - thirdparty/openvpn.git/commit
networking: remove duplicate methods from networking_sitnl.c
authorArne Schwabe <arne@rfc2549.org>
Sat, 2 Apr 2022 07:08:56 +0000 (09:08 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 3 Apr 2022 14:42:12 +0000 (16:42 +0200)
commitc0fa37eda2a12c6587e9b2db2c0a33c91d3ced6e
tree91229a0f520a9864b5156bafad5fb9b8c61b812a
parent711a4044a095e83bb70f4620310d385d6f5c7282
networking: remove duplicate methods from networking_sitnl.c

The net_ctx_init/reset/free methods of sitnl are the same dummy
methods that are already defined for non-Linux platforms in the
networking.h header.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220402070902.30282-2-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24054.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/networking.h
src/openvpn/networking_sitnl.c