On 21/02/2025 12:58, Frank Lichtenheld wrote:
On Thu, Feb 20, 2025 at 04:48:27PM -0300, Rafael Gava wrote:+bool +update_localhost_nat(struct client_nat_option_list *dest, in_addr_t local_ip) +{ + int i; + bool ret = false; + + if (!dest) {
Also, the opening '{' should go on its own line, like you did for all other blocks.
Regards, -- Antonio Quartulli _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
