Message ID | 20231130002309.1322111-2-gerickson@nuovations.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | connection: Optimize Conditional '&&' Clauses in '__connman_connection_gateway_remove' | expand |
diff --git a/src/connection.c b/src/connection.c index 2d9e259c2d28..b5349834c813 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1597,7 +1597,7 @@ void __connman_connection_gateway_remove(struct connman_service *service, { struct gateway_data *data = NULL; bool set_default4 = false, set_default6 = false; - bool do_ipv4 = false, do_ipv6 = false; + bool do_ipv4 = false, do_ipv6 = false; int err; DBG("service %p (%s) type %d (%s)",