Mercurial > syslog2iptables
comparison src/syslog2iptables.cpp @ 40:cdd6dde8d4ec stable-1-8
shutdown removes iptables entries that we added
author | carl |
---|---|
date | Thu, 08 Nov 2007 12:20:14 -0800 |
parents | a9101672c0e9 |
children | d9ae11033b4b |
comparison
equal
deleted
inserted
replaced
39:a9101672c0e9 | 40:cdd6dde8d4ec |
---|---|
290 my_syslog("failed to create config loader thread"); | 290 my_syslog("failed to create config loader thread"); |
291 if (pthread_detach(tid)) | 291 if (pthread_detach(tid)) |
292 my_syslog("failed to detach config loader thread"); | 292 my_syslog("failed to detach config loader thread"); |
293 | 293 |
294 worker(); | 294 worker(); |
295 if (config) delete config; // for valgrind checking | |
295 clear_strings(); // for valgrind checking | 296 clear_strings(); // for valgrind checking |
296 if (config) delete config; // for valgrind checking | |
297 | 297 |
298 return EXIT_SUCCESS; | 298 return EXIT_SUCCESS; |
299 } | 299 } |