Commit 85794e55 authored by Bodo Möller's avatar Bodo Möller
Browse files

Remove unused variable 'prev_slash' that I accidentily added.

parent 7f950bd8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1349,7 +1349,6 @@ static int www_body(char *hostname, int s, unsigned char *context)
			BIO *file;
			char *p,*e;
			static char *text="HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
			int prev_slash;

			/* skip the '/' */
			p= &(buf[5]);