[Patch]: comment defines

Denys Vlasenko vda.linux at googlemail.com
Mon Jun 18 22:21:39 UTC 2012


On Monday 18 June 2012 21:24, walter harms wrote:
> The code contains two undocumented defines
> add short description for these.
> 
> Signed-off-by: wharms <wharms at bfs.de>
> ---
> 
> --- ftpd.c.org	2012-06-17 23:23:25.000000000 +0200
> +++ ftpd.c	2012-06-17 23:24:09.000000000 +0200
> @@ -28,6 +28,11 @@
>  //usage:     "\n	-t,-T	Idle and absolute timeouts"
>  //usage:     "\n	DIR	Change root to this directory"
> 
> +/*
> + IF_WE_WANT_TO_REQUIRE_LOGIN         - Enable login
> + WHY_BOTHER_WE_CAN_ASSUME_IP_MATCHES - verify that PORT's IP matches getpeername().
> +*/

I hoped their names are already descriptive...

-- 
vda


More information about the busybox mailing list