Skip to content

Commit

Permalink
Should fix NagiosEnterprises#235 (nasty_metachars was not being retur…
Browse files Browse the repository at this point in the history
…ned when specified in cfg file
  • Loading branch information
madlohe committed Apr 23, 2020
1 parent 2a16962 commit 4f7dd11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nrpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,8 @@ char* process_metachars(const char* input)
}
}
copy[j] = '\0';

return copy;
}

/* read in the configuration file */
Expand Down

0 comments on commit 4f7dd11

Please sign in to comment.