diff options
author | corvid <corvid@lavabit.com> | 2011-09-18 02:52:21 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-09-18 02:52:21 +0000 |
commit | 0caf22a3f7c33578a073cee42c6cfa61f971bc42 (patch) | |
tree | a07190e663846965781449fc57742b009906db93 /src/capi.c | |
parent | 97f758a93015831db9c7ff0944840e5181434b2b (diff) |
rename fn
Trying to make it a little clearer. It's surprising how there isn't
a good, brief, clear term for this. Discussion of the concept tends
to start using words like "administration" and "control".
Diffstat (limited to 'src/capi.c')
-rw-r--r-- | src/capi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ static bool_t Capi_filters_test(const DilloUrl *wanted, /* This will regard "www.dillo.org" and "www.dillo.org." as * different, but it doesn't seem worth caring about. */ - ret = a_Url_same_public_suffix(wanted, requester); + ret = a_Url_same_organization(wanted, requester); } if (ret == FALSE) { MSG("Capi_filters_test: deny from '%s' to '%s'\n", req_host, |