forked from mirrors/tftp-hpa-google
Add missing #ifdef WITH_REGEX
This commit is contained in:
parent
1e6fa366d1
commit
519eb0ba91
1 changed files with 2 additions and 0 deletions
|
@ -304,8 +304,10 @@ main(int argc, char **argv)
|
|||
exit(EX_OSERR);
|
||||
}
|
||||
|
||||
#ifdef WITH_REGEX
|
||||
if ( rewrite_file )
|
||||
rewrite_rules = read_remap_rules(rewrite_file);
|
||||
#endif
|
||||
|
||||
/* If we're running standalone, set up the input port */
|
||||
if ( listen ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue