+1650. [bug] dig, nslookup: flush standard out after each command.
+
1649. [bug] Silence "unexpected non-minimal diff" message.
[RT #11206]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dig.c,v 1.157.2.15 2004/03/09 06:09:12 marka Exp $ */
+/* $Id: dig.c,v 1.157.2.16 2004/06/07 03:59:08 marka Exp $ */
#include <config.h>
#include <stdlib.h>
return;
}
+ fflush(stdout);
if (feof(batchfp)) {
batchname = NULL;
isc_app_shutdown();
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: nslookup.c,v 1.90.2.6 2004/03/09 06:09:13 marka Exp $ */
+/* $Id: nslookup.c,v 1.90.2.7 2004/06/07 03:59:08 marka Exp $ */
#include <config.h>
char *ptr, *arg;
char *input;
+ fflush(stdout);
buf = isc_mem_allocate(mctx, COMMSIZE);
if (buf == NULL)
fatal("memory allocation failure");