Changeset 656 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 04/04/06 17:26:07 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r652 r656 290 290 if(res<0) { 291 291 pw.getHeader()->rcode=RCode::ServFail; 292 pw.commit();292 // no commit here, because no record 293 293 g_stats.servFails++; 294 294 } … … 679 679 ::arg().set("max-tcp-clients","Maximum number of simultaneous TCP clients")="128"; 680 680 ::arg().set("hint-file", "If set, load root hints from this file")=""; 681 ::arg().set("max-cache-entries", "If set, maximum number of entries in the main cache")="0"; 681 682 682 683 ::arg().setCmd("help","Provide a helpful message");