xfrout_ctx_destroy() being called with a
partially initialized structure.
+1603. [bug] nsupdate: set interactive based on isatty().
+ [RT# 10929]
+
1455. [bug] <netaddr> missing from server grammar in
doc/misc/options. [RT #5616]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: nsupdate.c,v 1.103.2.21 2004/03/09 06:09:25 marka Exp $ */
+/* $Id: nsupdate.c,v 1.103.2.22 2004/04/10 04:07:09 marka Exp $ */
#include <config.h>
input = stdin;
+ interactive = ISC_TF(isatty(0));
+
isc_app_start();
parse_args(argc, argv);
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.h.win32,v 1.6.2.1 2004/03/15 04:44:37 marka Exp $ */
+/* $Id: config.h.win32,v 1.6.2.2 2004/04/10 04:07:08 marka Exp $ */
/*
* win32 configuration file
#define write _write
#endif
+#define isatty _isatty
+
#ifndef _WINSOCKAPI_
#define _WINSOCKAPI_ /* Prevent inclusion of winsock.h in windows.h */
#endif