cron2 has uploaded a new patch set (#2) to the change originally created by flichtenheld. ( http://gerrit.openvpn.net/c/openvpn/+/1284?usp=email )
The following approvals got outdated and were removed: Code-Review+2 by cron2 Change subject: route: Add #endif comment for uncrustify compliance ...................................................................... route: Add #endif comment for uncrustify compliance Cherry-pick dca6b03098ab0f3ef808c891673305651dc6704a broke uncrustify compliance. Apparently this one added line pushed it over the limit to require the #endif comment. Change-Id: I46d0e4be82a5cc7e466d6e8f658e5b131b5401c4 Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Gert Doering <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1284 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg33428.html Signed-off-by: Gert Doering <[email protected]> --- M src/openvpn/route.c 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/84/1284/2 diff --git a/src/openvpn/route.c b/src/openvpn/route.c index 3ff9717..75e94c2 100644 --- a/src/openvpn/route.c +++ b/src/openvpn/route.c @@ -2368,7 +2368,7 @@ { gateway_needed = true; } -#endif +#endif /* ifndef _WIN32 */ struct gc_arena gc = gc_new(); struct argv argv = argv_new(); -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1284?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: openvpn Gerrit-Branch: release/2.6 Gerrit-Change-Id: I46d0e4be82a5cc7e466d6e8f658e5b131b5401c4 Gerrit-Change-Number: 1284 Gerrit-PatchSet: 2 Gerrit-Owner: flichtenheld <[email protected]> Gerrit-Reviewer: cron2 <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]>
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
