mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
d7e294f916
PR: 86500 Notified by: Carsten@earendil.aegisnet.de Approved by: paul@aps.org (maintainer timeout, 14 days)
11 lines
194 B
C
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;
|