mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
ha ha, that infinite loop was fun.
but dirservers aren't supposed to have infinite loops. svn:r4831
This commit is contained in:
parent
7b5be0210a
commit
e54e970a82
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ http_get_header(const char *headers, const char *which)
|
|||
else
|
||||
return tor_strdup(cp);
|
||||
}
|
||||
cp = strchr(headers, '\n');
|
||||
cp = strchr(cp, '\n');
|
||||
if (cp)
|
||||
++cp;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue