Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
163dd782
Commit
163dd782
authored
Aug 15, 2006
by
Nick Mathewson
👁
Browse files
r7398@Kushana: nickm | 2006-08-15 00:49:50 -0400
Add missing backslash svn:r7065
parent
67b775bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/eventdns.c
View file @
163dd782
...
...
@@ -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; \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment