Show
Ignore:
Timestamp:
07/30/09 22:41:19 (4 years ago)
Author:
ahu
Message:

1348 cherrypick, don't enable export-etc-hosts on reload!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/pdns-3.1.7.1/pdns/arguments.cc

    r1377 r1385  
    246246} 
    247247 
    248 bool ArgvMap::preParseFile(const char *fname, const string &arg) 
    249 { 
    250   params[arg].clear(); 
     248bool ArgvMap::preParseFile(const char *fname, const string &arg, const string& theDefault) 
     249{ 
     250  params[arg]=theDefault; 
    251251 
    252252  ifstream f(fname);