changeset 56:ec69e8346e0d draft

Bother bother reading the existing ntp.conf file once we have matched all our servers
author Roy Marples <roy@marples.name>
date Sun, 28 Jan 2007 16:54:27 +0000
parents ecf98716ec08
children e2185cab548d
files configure.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.c	Sat Jan 27 16:20:59 2007 +0000
+++ b/configure.c	Sun Jan 28 16:54:27 2007 +0000
@@ -234,6 +234,9 @@
 		tomatch--;
 		break;
 	      }
+
+	  if (tomatch == 0)
+	    break;
 	}
       fclose (f);