This commit is contained in:
Rolf Bjarne Kvinge 2018-08-01 03:00:12 +02:00
Родитель 1091ff9dcc
Коммит b539083d6d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -286,7 +286,7 @@ namespace Network {
if (iface == IntPtr.Zero) if (iface == IntPtr.Zero)
return null; return null;
return new NWInterface (GetCheckedHandle (), owns: true); return new NWInterface (iface, owns: true);
} }
} }