Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin J. Thompson
Tor
Commits
730dd9a6
Commit
730dd9a6
authored
12 years ago
by
Linus Nordberg
Committed by
Nick Mathewson
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove trailing semicolon from #define TOR_ADDR_NULL.
Can it ever help? I can only see harm. What am I missing?
parent
d6ad00a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/common/address.h
+1
-1
1 addition, 1 deletion
src/common/address.h
with
1 addition
and
1 deletion
src/common/address.h
+
1
−
1
View file @
730dd9a6
...
...
@@ -40,7 +40,7 @@ typedef struct tor_addr_port_t
uint16_t
port
;
}
tor_addr_port_t
;
#define TOR_ADDR_NULL {AF_UNSPEC, {0}}
;
#define TOR_ADDR_NULL {AF_UNSPEC, {0}}
static
INLINE
const
struct
in6_addr
*
tor_addr_to_in6
(
const
tor_addr_t
*
a
);
static
INLINE
uint32_t
tor_addr_to_ipv4n
(
const
tor_addr_t
*
a
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment