update to 9.7.2-P2
[tridge/bind9.git] / bin / named / main.c
index c4364dcedf2af66c60a0a11dd79667c063e4e177..6b36277d1827ed66ff63c3b11051b8cce03e230c 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: main.c,v 1.175.60.3 2010/06/26 23:46:27 tbox Exp $ */
+/* $Id: main.c,v 1.175.60.3.8.1 2010/09/15 12:13:29 marka Exp $ */
 
 /*! \file */
 
@@ -509,6 +509,8 @@ parse_command_line(int argc, char *argv[]) {
                                ns_g_clienttest = ISC_TRUE;
                        else if (!strcmp(isc_commandline_argument, "nosoa"))
                                ns_g_nosoa = ISC_TRUE;
+                       else if (!strcmp(isc_commandline_argument, "noaa"))
+                               ns_g_noaa = ISC_TRUE;
                        else if (!strcmp(isc_commandline_argument, "maxudp512"))
                                maxudp = 512;
                        else if (!strcmp(isc_commandline_argument, "maxudp1460"))