diff options
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index d5ec19361a..8129437554 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -2908,7 +2908,7 @@ typedef struct { tor_addr_t addr; /** TLS port for the bridge. */ uint16_t port; - /** Expected identity digest, or all \0's if we don't know what the + /** Expected identity digest, or all zero bytes if we don't know what the * digest should be. */ char identity[DIGEST_LEN]; /** When should we next try to fetch a descriptor for this bridge? */ |