Fixup a previous define

This commit is contained in:
Glenn L McGrath 2002-11-10 13:20:35 +00:00
parent 49a28b3b5e
commit eebe31d997

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;