]> git.tue.mpg.de Git - paraslash.git/commit
http_send.c: Only pass the fd to host_in_access_perm_list().
authorAndre Noll <maan@systemlinux.org>
Sun, 13 Jan 2008 15:02:39 +0000 (16:02 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 13 Jan 2008 15:02:39 +0000 (16:02 +0100)
commit6087405d00ebd7f3a6d8f383ab99b786a99029c2
treebbdc188bdedb9eb41000e7ca9f594213aee897d4
parent1cb120bccde2afb0d36be7b7b1b004bf2ec2e5dd
http_send.c: Only pass the fd to host_in_access_perm_list().

No need to pass a pointer to struct http_client as only its ->fd member
is used. Rename this function to host_in_acl while we're at it.
http_send.c