X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=client%2Fadnsresfilter.c;h=81750491fbf8952cf67292eedbfc77ca0f9ab61b;hb=51cc4d904a18367cc69960bf20f0398725ece443;hp=e641d6f05fd6901337cb5e86ad887e3e82c7f38a;hpb=0544e0de19b492a0cda3b65584f9822ba36e50fc;p=adns.git diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c index e641d6f..8175049 100644 --- a/client/adnsresfilter.c +++ b/client/adnsresfilter.c @@ -50,7 +50,7 @@ struct outqueuenode { }; static int bracket, forever, address; -static unsigned long timeout=100; +static unsigned long timeout= 1000; static adns_rrtype rrt= adns_r_ptr; static int outblocked, inputeof; @@ -369,7 +369,6 @@ static void readstdin(void) { if (!bracket && !isalnum(c)) startaddr(); } } - if (cbyte==3 && inbyte>0 && !bracket) procaddr(); } static void startup(void) {