Changeset 2630
- Timestamp:
- 06/15/12 15:42:44 (11 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/rec_control.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/rec_control.cc
r2597 r2630 50 50 exit(99); 51 51 } 52 string configname=::arg()["config-dir"]+"/recursor.conf"; 53 cleanSlashes(configname); 54 55 if(!::arg().preParseFile(configname.c_str(), "socket-dir", LOCALSTATEDIR)) 56 cerr<<"Warning: unable to parse configuration file '"<<configname<<"'"<<endl; 52 57 } 53 58