@lbalaceanu commented on this pull request.
In src/modules/carrierroute/cr_db.c:
> @@ -352,6 +353,7 @@ int load_route_data_db(struct route_data_t * rd) { } } int n = 0; + boolean query_done = true;
Please change query_done to false here and adapt the code accordingly. The name of the variable should reflect the value it holds.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.