CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/06 05:35:33
Modified files:
usr.sbin/httpd/src/modules/proxy: proxy_ftp.c
Log message:
Local variables storing integer values and printed with %d should be
declared as integer types, not pointers, really.
