diff -r 2b1bbc8d0c58 src/contrib/raw-text-config.cc --- a/src/contrib/raw-text-config.cc Sat May 29 14:04:03 2010 -0700 +++ b/src/contrib/raw-text-config.cc Mon May 31 12:04:38 2010 +1000 @@ -120,7 +120,7 @@ { NS_LOG_DEBUG ("type=" << type << ", name=" << name << ", value=" << value); value = Strip (value); - if (type == "global") + if (type == "default") { Config::SetDefault (name, StringValue (value)); }