|
|
@ -1,4 +1,4 @@ |
|
|
|
/* $OpenBSD: parse.y,v 1.6 2004/07/07 05:47:57 henning Exp $ */ |
|
|
|
/* $OpenBSD: parse.y,v 1.7 2004/07/07 06:51:16 deraadt Exp $ */ |
|
|
|
|
|
|
|
/* |
|
|
|
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> |
|
|
@ -149,7 +149,7 @@ conf_main : LISTEN ON address { |
|
|
|
| SERVER address { |
|
|
|
struct ntp_peer *p; |
|
|
|
struct ntp_addr *h, *next; |
|
|
|
|
|
|
|
|
|
|
|
for (h = $2; h != NULL; h = next) { |
|
|
|
next = h->next; |
|
|
|
if (h->ss.ss_family != AF_INET && |
|
|
|