From a733929bcc4ef6786256bdf2f8e1834288767177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 18 Mar 2003 13:54:55 +0000 Subject: [PATCH] (main): set afs PAG git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11861 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index aa81b1923..f88bf6680 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -339,6 +339,9 @@ main(int argc, char **argv) if(interactive_flag) mini_inetd (port); + if (k_hasafs()) + k_setpag(); + /* * LOG_NDELAY sets up the logging connection immediately, * necessary for anonymous ftp's that chroot and can't do it later.