|
From: ValdikSS <ia...@va...> - 2015-12-04 10:18:34
|
Indeed. Pushed fixed version to github repo. https://github.com/ValdikSS/openvpn-with-patches/commit/287ceb11abfa33ee331ba2651572908cbad008d1 If there is no other remarks, I'll send PATCH v8. On 04.12.2015 08:50, Selva Nair wrote: > Hi, > > On Fri, Dec 4, 2015 at 12:14 AM, ValdikSS <ia...@va... <mailto:ia...@va...>> wrote: > > I think you missed the NET_LUID one. I had thought this was fixed earlier, but v7 still has this issue > > > The relevant code is > > + if (ConvertInterfaceIndexToLuid(index, &tapluid) == NO_ERROR) > + dmsg (D_LOW, "Tap Luid: %I64d", tapluid.Value); > > which leaves tapluid undefined if there was an error. > > Selva > |