head	1.2;
access;
symbols
	old_RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.03.20.07.37.02;	author ache;	state dead;
branches;
next	1.1;

1.1
date	2001.11.30.06.24.58;	author ache;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 2.6.2
@
text
@--- src/ftpd.c	2000/07/07 22:17:38	1.113
+++ src/ftpd.c	2000/08/29 17:26:23
@@@@ -7274,7 +7274,7 @@@@
     int which;
     struct aclmember *entry = NULL;
     (void) acl_getclass(class);
-    while (getaclentry("port-allow", &entry)) {
+    while (getaclentry("pasv-allow", &entry)) {
 	if ((ARG0 != NULL) && (strcasecmp(class, ARG0) == 0))
 	    for (which = 1; (which < MAXARGS) && (ARG[which] != NULL); which++) {
 		if (hostmatch(ARG[which], remoteaddr, NULL))
@


1.1
log
@Use vendor-supplied prevent glob overflow patch
@
text
@@

