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

index 8532c2f76a11e89f1ac0491d4de8254c34a9779b..967ad190cc8c91563e63be5ff3cc819cd4c70b9a 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: main.c,v 1.175.60.1 2010/06/25 23:52:08 marka Exp $ */
+/* $Id: main.c,v 1.175.60.2 2010/06/26 00:20:04 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.