diff options
| author | Michael Adam <obnox@samba.org> | 2009-08-04 14:38:32 +0200 |
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2009-08-04 23:47:27 +0200 |
| commit | 64ff313260a7a4b2d6f78f27690d8f4fee119923 (patch) | |
| tree | b8a9ed04dd310ca1ebda4e6203728565686221de | |
| parent | 0abd82b7e9bde29c46b697f8f5357fcc5a404c59 (diff) | |
| download | tinyproxy-64ff313260a7a4b2d6f78f27690d8f4fee119923.tar.gz tinyproxy-64ff313260a7a4b2d6f78f27690d8f4fee119923.zip | |
check_acl(): fix function header comment.
Michael
Diffstat (limited to '')
| -rw-r--r-- | src/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ check_numeric_acl (const struct acl_s *acl, const char *ip) } /* - * Checks whether file descriptor is allowed. + * Checks whether a connection is allowed. * * Returns: * 1 if allowed |
