From 48955535eec053240872782e9fa97529ef117006 Mon Sep 17 00:00:00 2001 From: sgunderson Date: Sun, 20 Aug 2000 20:36:39 +0000 Subject: [PATCH] Forgot to commit ftpd.h last time -- recursive-directory patches committed for that file as well now. --- ftpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftpd.h b/ftpd.h index c479154..02ae127 100644 --- a/ftpd.h +++ b/ftpd.h @@ -60,7 +60,7 @@ #endif struct list_options { -/* int recursive; */ + int recursive; int long_listing; int classify; }; -- 2.39.2