]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add /* NOT DOCUMENTED */
authorMark Andrews <marka@isc.org>
Sat, 26 Jun 2010 00:20:33 +0000 (00:20 +0000)
committerMark Andrews <marka@isc.org>
Sat, 26 Jun 2010 00:20:33 +0000 (00:20 +0000)
bin/named/main.c

index 5648b375ede367d1ffeff4a942cb6d249636d2fe..422ce4bfcd3039052f9df9efc1e440c3794f1b79 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: main.c,v 1.176 2010/06/25 23:50:13 marka Exp $ */
+/* $Id: main.c,v 1.177 2010/06/26 00:20:33 marka Exp $ */
 
 /*! \file */
 
@@ -500,7 +500,7 @@ parse_command_line(int argc, char *argv[]) {
                        /* XXXJAB should we make a copy? */
                        ns_g_chrootdir = isc_commandline_argument;
                        break;
-               case 'T':
+               case 'T':       /* NOT DOCUMENTED */
                        /*
                         * clienttest: make clients single shot with their
                         *             own memory context.