mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
fix crash introduced in r9622
svn:r9632
This commit is contained in:
parent
a5af49afc3
commit
2015479b5a
1 changed files with 2 additions and 1 deletions
|
@ -2201,7 +2201,8 @@ entry_guard_register_connect_status(const char *digest, int succeeded,
|
||||||
entry->nickname, buf, tbuf);
|
entry->nickname, buf, tbuf);
|
||||||
entry->last_attempted = now;
|
entry->last_attempted = now;
|
||||||
}
|
}
|
||||||
entry->can_retry = 0; /* We gave it an early chance; no good. */
|
if (entry)
|
||||||
|
entry->can_retry = 0; /* We gave it an early chance; no good. */
|
||||||
}
|
}
|
||||||
|
|
||||||
if (first_contact) {
|
if (first_contact) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue