Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
6d1ef2b6
Commit
6d1ef2b6
authored
Feb 23, 2008
by
Kevin Atkinson
Browse files
Bug fix
parent
73f8594b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/pcapper/pcapper.c
View file @
6d1ef2b6
...
...
@@ -991,7 +991,7 @@ int main (int argc, char **argv) {
int
fd
;
struct
feedclient_args
*
args
;
struct
sockaddr
client_addr
;
size_t
client_addrlen
;
size_t
client_addrlen
=
sizeof
(
&
client_addr
)
;
fd
=
accept
(
sock
,
&
client_addr
,
&
client_addrlen
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment