mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
guard->nickname is never NULL.
This commit is contained in:
parent
2cee38f76a
commit
4ec9751c14
@ -341,7 +341,7 @@ entry_guard_describe(const entry_guard_t *guard)
|
||||
static char buf[256];
|
||||
tor_snprintf(buf, sizeof(buf),
|
||||
"%s ($%s)",
|
||||
guard->nickname ? guard->nickname : "[bridge]",
|
||||
strlen(guard->nickname) ? guard->nickname : "[bridge]",
|
||||
hex_str(guard->identity, DIGEST_LEN));
|
||||
return buf;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user