]> git.sesse.net Git - betaftpd/commitdiff
Forgot to commit ftpd.h last time -- recursive-directory patches committed for that...
authorsgunderson <sgunderson>
Sun, 20 Aug 2000 20:36:39 +0000 (20:36 +0000)
committersgunderson <sgunderson>
Sun, 20 Aug 2000 20:36:39 +0000 (20:36 +0000)
ftpd.h

diff --git a/ftpd.h b/ftpd.h
index c479154b755038218a0bbe9cfdb494be0d58f461..02ae127e3788146839ae3f26792edf53737e6d45 100644 (file)
--- a/ftpd.h
+++ b/ftpd.h
@@ -60,7 +60,7 @@
 #endif
 
 struct list_options {
-/*     int recursive; */
+       int recursive;
        int long_listing;
        int classify;
 };