upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/tollgate_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/tollgate_main.c')
-rw-r--r--main/tollgate_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/tollgate_main.c b/main/tollgate_main.c
index 2670f05..41dbbed 100644
--- a/main/tollgate_main.c
+++ b/main/tollgate_main.c
@@ -174,7 +174,6 @@ static void stop_services(void)
174 tollgate_api_stop(); 174 tollgate_api_stop();
175 dns_server_stop(); 175 dns_server_stop();
176 cvm_server_stop(); 176 cvm_server_stop();
177 firewall_disable_nat();
178 firewall_revoke_all(); 177 firewall_revoke_all();
179 s_services_running = false; 178 s_services_running = false;
180 if (s_services_mutex) xSemaphoreGive(s_services_mutex); 179 if (s_services_mutex) xSemaphoreGive(s_services_mutex);