forked from mirrors/tftp-hpa-google
tftpd: make it possible to adjust the remap deadman
Allow the user to tweak the remap deadman counter if it is necessary for whatever reason. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
ac7f98e4d8
commit
9a92dec1dc
4 changed files with 27 additions and 4 deletions
|
@ -40,5 +40,8 @@ char *rewrite_string(const struct formats *, const char *,
|
|||
const struct rule *, int, int,
|
||||
match_pattern_callback, const char **);
|
||||
|
||||
/* Remapping deadman counter */
|
||||
extern int deadman_max_steps;
|
||||
|
||||
#endif /* WITH_REGEX */
|
||||
#endif /* TFTPD_REMAP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue