- fixed UA masquerading which was always set ("foobar")

This commit is contained in:
Thomas Ries 2011-01-09 13:12:24 +00:00
parent f2c98485f8
commit 95b457ad42
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
0.8.1
=====
09-Jan-2011: - use CFLAGS -Wall only with GCC compiler
- fixed UA masquerading which was always set ("foobar")
14-Oct-2010: - fixed a number of compiler warnings (by Norm Brandinger)
[3086593,3086371,3086351]
03-Oct-2010: - use getifaddrs() to get the IP address of local interfaces.

View File

@ -81,7 +81,6 @@ static cfgopts_t main_cfg_opts[] = {
{ "default_expires", TYP_INT4, &configuration.default_expires, {DEFAULT_EXPIRES, NULL} },
{ "autosave_registrations",TYP_INT4, &configuration.autosave_registrations, {0, NULL} },
{ "ua_string", TYP_STRING, &configuration.ua_string, {0, NULL} },
{ "ua_string", TYP_STRING, &configuration.ua_string, {0, "foobar"} },
{ "use_rport", TYP_INT4, &configuration.use_rport, {0, NULL} },
{ "obscure_loops", TYP_INT4, &configuration.obscure_loops, {0, NULL} },
{ "plugindir", TYP_STRING, &configuration.plugin_dir, {0, NULL} },