Attention is currently required from: plaisthos. flichtenheld has posted comments on this change by plaisthos. ( http://gerrit.openvpn.net/c/openvpn/+/1726?usp=email )
Change subject: Split multi_get_create_instance_udp into data and control parts ...................................................................... Patch Set 3: Code-Review-2 (1 comment) File src/openvpn/mudp.c: http://gerrit.openvpn.net/c/openvpn/+/1726/comment/5f0803e5_1b073337?usp=email : PS3, Line 297: return multi_get_instance_real_udp_real(m, &real); ``` mudp.c:297:16: error: call to undeclared function 'multi_get_instance_real_udp_real'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] 297 | return multi_get_instance_real_udp_real(m, &real); | ^ mudp.c:297:16: note: did you mean 'multi_get_instance_udp_real'? mudp.c:275:1: note: 'multi_get_instance_udp_real' declared here 275 | multi_get_instance_udp_real(struct multi_context *m, struct mroute_addr *real) | ^ ``` -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1726?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I8e9923b51b77f184c7d49d697004cb02d2b5cfc3 Gerrit-Change-Number: 1726 Gerrit-PatchSet: 3 Gerrit-Owner: plaisthos <[email protected]> Gerrit-Reviewer: flichtenheld <[email protected]> Gerrit-CC: openvpn-devel <[email protected]> Gerrit-Attention: plaisthos <[email protected]> Gerrit-Comment-Date: Mon, 06 Jul 2026 12:26:32 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: Yes
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
