From 73134bd1c7fe1c06e35a3e6b935043ffbb564e34 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 26 Jun 2010 00:20:33 +0000 Subject: [PATCH] add /* NOT DOCUMENTED */ --- bin/named/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/named/main.c b/bin/named/main.c index 5648b375ed..422ce4bfcd 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -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.