Hi,

> HandleRegisterRingBuffers() in interactive.c did not follow the
> the original API of HandleMessage()

Indeed, my bad. I was so thrilled when I made it work so I didn't pay
attention to existing patterns (undo_list).

 >  /* Use an always-true match_fn to get the head of the list */
>  static BOOL
> -CmpEngine(LPVOID item, LPVOID any)
> +CmpAny(LPVOID item, LPVOID any)

I wonder why it was called CmpEngine in the first place?

Code looks good, tested with wintun and dco driver (latter is not affected
by the change, but just to make sure).

Acked-by: Lev Stipakov <lstipa...@gmail.com>


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

Reply via email to