CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/05 05:47:13
Modified files:
usr.sbin/httpd/src/modules/proxy: proxy_http.c
Log message:
- properly fix pr6009. a different fix was commited as the original patch
used atoi(). this fix uses strtonum() instead.
from bjorn ketelaars, pr6515.
ok henning@
