chiark / gitweb /
+ * adnsresfilter doesn't resolve textual prefixes of addresses (eg,
[adns.git] / client / adnsresfilter.c
index e641d6f05fd6901337cb5e86ad887e3e82c7f38a..81750491fbf8952cf67292eedbfc77ca0f9ab61b 100644 (file)
@@ -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) {