mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove assert in sort-of c-itical path
svn:r5267
This commit is contained in:
+1
-1
@@ -409,7 +409,7 @@ eat_whitespace_no_nl(const char *s)
|
||||
const char *
|
||||
find_whitespace(const char *s)
|
||||
{
|
||||
tor_assert(s);
|
||||
/* tor_assert(s); */
|
||||
|
||||
while (*s && !TOR_ISSPACE(*s) && *s != '#')
|
||||
s++;
|
||||
|
||||
Reference in New Issue
Block a user