Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
tunnelIsMatched stub if NO_FORBIDDEN is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazel committed Mar 13, 2012
1 parent fd43fb8 commit 356c969
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions forbidden.c
Expand Up @@ -811,6 +811,12 @@ initForbidden()
return;
}

int
tunnelIsMatched(char *url, int lurl, char *hostname, int lhost)
{
return 0;
}

int
urlIsUncachable(char *url, int length)
{
Expand Down

0 comments on commit 356c969

Please sign in to comment.