mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
r7398@Kushana: nickm | 2006-08-15 00:49:50 -0400
Add missing backslash svn:r7065
This commit is contained in:
parent
67b775bc6e
commit
163dd78282
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ reply_parse(u8 *packet, int length) {
|
|||
// packet. The name stops after a pointer like that.
|
||||
#define SKIP_NAME \
|
||||
for(;;) { \
|
||||
if (j >= length) return;
|
||||
if (j >= length) return; \
|
||||
u8 label_len; \
|
||||
GET8(label_len); \
|
||||
if (!label_len) break; \
|
||||
|
|
Loading…
Add table
Reference in a new issue