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 <[email protected]> _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
