1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Remove nftset log on dnsmasq

This commit is contained in:
Ycarus (Yannick Chabanois) 2025-02-28 13:59:47 +01:00
parent 72fb6628a2
commit cfce8bda60

View file

@ -0,0 +1,11 @@
--- a/src/nftset.c.old 2025-02-17 16:45:48.299989289 +0100
+++ b/src/nftset.c 2025-02-17 16:46:30.243335631 +0100
@@ -89,7 +89,7 @@
strcpy(err_str, err);
if ((nl = strchr(err_str, '\n')))
*nl = 0;
- my_syslog(LOG_ERR, "nftset %s %s", setname, err_str);
+ /* my_syslog(LOG_ERR, "nftset %s %s", setname, err_str); */
free(err_str);
}
}