beautifications

This commit is contained in:
van Hauser 2015-05-07 14:30:49 +02:00
parent 2246030c21
commit 7f456cb1dc
2 changed files with 86 additions and 3 deletions

View file

@ -125,7 +125,8 @@ int start_rtsp(int s, char *ip, int port, unsigned char options, char *miscptr,
}
if (use_Digest_Auth(lresp) == 1) {
char *dbuf = dbuffer[500] = "";
char *dbuf;
char dbuffer[500] = "";
char aux[500] = "";
char *pbuffer = hydra_strcasestr(lresp, "WWW-Authenticate: Digest ");