1I'm not sure what you expected to find in this file :-)
2
3Anyway, this is to explain that vsftpd is not as much code as you might
4expect from running a command like "wc -l *.c". Why? Simply because I use
5a very verbose style of coding in vsftpd, which consumes a lot of lines.
6Verbose code is very important in a secure program. How can you verify a
7program's security if it is not readable?
8
9