check_logfiles: 3.7.5.1
[omd.git] / packages / nagios / patches / 0008-fix-encoding-after-2-reloads.dif
blob45ee157067f94f1ffc99eaf367ca57a1a9324bce
1 --- nagios-3.5.0/common/macros.c.orig   2013-06-07 15:11:04.327006405 +0200
2 +++ nagios-3.5.0/common/macros.c        2013-06-07 15:11:23.603004838 +0200
3 @@ -2585,6 +2585,7 @@
4         for(x = 0; x < MACRO_X_COUNT; x++) {
5                 macro_keys[x].code = x;
6                 macro_keys[x].name = macro_x_names[x];
7 +               macro_keys[x].clean_options = 0;
8  
9                 /* host/service output/perfdata and author/comment macros should get cleaned */
10                 if((x >= 16 && x <= 19) || (x >= 49 && x <= 52) || (x >= 99 && x <= 100) || (x >= 124 && x <= 127)) {