mirror of
https://github.com/samhocevar/rinetd.git
synced 2025-03-22 15:50:08 +08:00
Remove old debug code. Not sure why it was there.
This commit is contained in:
parent
8b071acbe4
commit
96d60bcabb
6
match.c
6
match.c
@ -20,7 +20,6 @@ int matchNoCase(char const *sorig, char const *p)
|
|||||||
|
|
||||||
int matchBody(char const *sorig, char const *p, int nocase)
|
int matchBody(char const *sorig, char const *p, int nocase)
|
||||||
{
|
{
|
||||||
static int dummy = 0;
|
|
||||||
/* Algorithm:
|
/* Algorithm:
|
||||||
|
|
||||||
Word separator: *. End-of-string
|
Word separator: *. End-of-string
|
||||||
@ -56,11 +55,6 @@ int matchBody(char const *sorig, char const *p, int nocase)
|
|||||||
|
|
||||||
char const *s = sorig;
|
char const *s = sorig;
|
||||||
int escaped = 0;
|
int escaped = 0;
|
||||||
if (strstr(p, "WS-0000")) {
|
|
||||||
if (strstr(s, "ws_ftp_pro.html")) {
|
|
||||||
dummy = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
while (1) {
|
while (1) {
|
||||||
char const *word;
|
char const *word;
|
||||||
int wordLen;
|
int wordLen;
|
||||||
|
Loading…
Reference in New Issue
Block a user