mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix typo in last patch
svn:r4413
This commit is contained in:
parent
787dfac69b
commit
44107b6b13
@ -2693,7 +2693,7 @@ check_libevent_version(const char *m, const char *v, int server)
|
||||
} else if (!strcmp(m, "poll")) {
|
||||
if (!strcmp(v, "1.0c") || !strcmp(v, "1.0d"))
|
||||
buggy = 1;
|
||||
T else if (!strcmp(v, "1.0e"))
|
||||
else if (!strcmp(v, "1.0e"))
|
||||
slow = 1;
|
||||
} else if (!strcmp(m, "poll")) {
|
||||
if (!strcmp(v, "1.0c") || !strcmp(v, "1.0d") || !strcmp(v, "1.0e"))
|
||||
|
Loading…
Reference in New Issue
Block a user