Am 05.07.19 um 15:00 schrieb Gert Doering:
> commit 0c1cc8d65539f removed "DWORD len;" from service_enable_dhcp(),
> but that variable is far from "unused" - breaking compilation.
> 
> The problem here was that it's a larger "cleanup compiler warnings"
> patch which was fully correct for master, but this particular function
> looks different in release/2.4 because the whole iservice call
> refactoring patch isn't in release/2.4 - so master does not need the
> DWORD len, but release/2.4 does.
> 
> More care needed with "warning cleanup"...

Acked-By: Arne Schwabe <a...@rfc2549.org>

I have neither compile tested nor tested the patch itself but since len
is really used here, the patch will improve things for the better.

Arne


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to