summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
61b6fcf)
No need to open read/write when we're only doing a search.
readconfig(NULL);
initlogthing("lookup", config.logfile);
catchsignals();
readconfig(NULL);
initlogthing("lookup", config.logfile);
catchsignals();
- config.dbbackend->initdb(true);
+ config.dbbackend->initdb(false);
switch (op) {
case OP_GET:
if (ishex) {
switch (op) {
case OP_GET:
if (ishex) {