X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=lookup.c;h=c8582b1cc3ddb92495792430a6f95470d7882c68;hb=7f046503b8b8dcec51c1f7752e87ba0ba0af0631;hp=72798ceb103108f2541ec546ea7b87e0ae7cfd65;hpb=51e4587b55d891365cefaefe61f668c0f44e2c37;p=onak.git diff --git a/lookup.c b/lookup.c index 72798ce..c8582b1 100644 --- a/lookup.c +++ b/lookup.c @@ -5,7 +5,7 @@ * * Copyright 2002 Project Purple * - * $Id: lookup.c,v 1.11 2003/10/04 10:21:41 noodles Exp $ + * $Id: lookup.c,v 1.12 2003/10/15 21:15:21 noodles Exp $ */ #include @@ -146,7 +146,7 @@ int main(int argc, char *argv[]) } else if (search == NULL) { puts("Error: No key to search for supplied."); } else { - readconfig(); + readconfig(NULL); initlogthing("lookup", config.logfile); initdb(); switch (op) {