Remove unused variable 'prev_slash' that I accidentily added.
This commit is contained in:
parent
7f950bd8a2
commit
85794e5556
@ -1349,7 +1349,6 @@ static int www_body(char *hostname, int s, unsigned char *context)
|
|||||||
BIO *file;
|
BIO *file;
|
||||||
char *p,*e;
|
char *p,*e;
|
||||||
static char *text="HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
|
static char *text="HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
|
||||||
int prev_slash;
|
|
||||||
|
|
||||||
/* skip the '/' */
|
/* skip the '/' */
|
||||||
p= &(buf[5]);
|
p= &(buf[5]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user