0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-12-24 23:39:17 +01:00
parent 7750ce6eaf
commit f2fa3e9975

View File

@@ -134,7 +134,6 @@ int main(int argc, char **argv) {
pthread_attr_init(&attr);
signal(SIGINT, stop);
signal(SIGTERM, stop);
signal(SIGHUP, reload);