Fixup a previous define

1_00_stable_10817
Glenn L McGrath 2002-11-10 13:20:35 +00:00
parent 49a28b3b5e
commit eebe31d997
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ static interfaces_file *read_interfaces(char *filename)
}
if (strcmp(firstword, "mapping") == 0) {
#if 0
#ifdef CONFIG_FEATURE_IFUPDOWN_MAPPING
currmap = xmalloc(sizeof(mapping_defn));
currmap->max_matches = 0;
currmap->n_matches = 0;