mirror of
https://github.com/amnezia-vpn/amneziawg-tools.git
synced 2025-06-08 14:03:44 +02:00
wg: style
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
6f9b135966
commit
06e7bdf2a5
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ static int kernel_set_device(struct wgdevice *dev)
|
||||||
struct nlmsghdr *nlh;
|
struct nlmsghdr *nlh;
|
||||||
struct mnlg_socket *nlg;
|
struct mnlg_socket *nlg;
|
||||||
|
|
||||||
nlg= mnlg_socket_open(WG_GENL_NAME, WG_GENL_VERSION);
|
nlg = mnlg_socket_open(WG_GENL_NAME, WG_GENL_VERSION);
|
||||||
if (!nlg)
|
if (!nlg)
|
||||||
return -errno;
|
return -errno;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue