1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/dns/ldapdns/files/patch-ldapdns.c
Marcus Alves Grando d7e294f916 Fix build on 5.x and 6.x
PR:		86500
Notified by:	Carsten@earendil.aegisnet.de
Approved by:	paul@aps.org (maintainer timeout, 14 days)
2005-10-16 19:02:02 +00:00

11 lines
194 B
C

--- ldapdns.c.orig Mon Jun 23 15:56:44 2003
+++ ldapdns.c Sun Oct 2 15:13:11 2005
@@ -21,6 +21,7 @@
list_push(&x, lp->str);
list_push(&seen, lp->str);
HIT:
+ continue;
}
lp = *p;