"MapAddress 6.6.6.6 www.infiniteloop.org\n"
, sizeof(buf));
- config_get_lines(buf, &(get_options()->AddressMap));
+ config_get_lines(buf, &(get_options_mutable()->AddressMap));
config_register_addressmaps(get_options());
/* MapAddress .invalidwildcard.com .torserver.exit - no match */
"MapAddress *.torproject.org 1.1.1.1\n"
"MapAddress *.net 2.2.2.2\n"
, sizeof(buf));
- config_get_lines(buf, &(get_options()->AddressMap));
+ config_get_lines(buf, &(get_options_mutable()->AddressMap));
config_register_addressmaps(get_options());
strlcpy(address, "www.abc.com", sizeof(address));
/* We don't support '*' as a mapping directive */
addressmap_clear_configured();
strlcpy(buf, "MapAddress * *.torserver.exit\n", sizeof(buf));
- config_get_lines(buf, &(get_options()->AddressMap));
+ config_get_lines(buf, &(get_options_mutable()->AddressMap));
config_register_addressmaps(get_options());
strlcpy(address, "www.abc.com", sizeof(address));