Skip to content
GitLab
Menu
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
a2d899d1
Commit
a2d899d1
authored
Sep 19, 2006
by
Mike Hibler
Browse files
Don't anger the loghole beast.
parent
46863e6c
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/pcapper/pcapper.c
View file @
a2d899d1
...
...
@@ -1752,12 +1752,14 @@ callback(event_handle_t handle,
free
(
reload_tag
);
reload_tag
=
NULL
;
}
#if 0 /* XXX nice idea, but there is too much .0 magic in loghole */
if (reload_tag == NULL) {
reload_tag = malloc(12);
if (reload_tag)
snprintf(reload_tag, 12,
"%010lu", time(0));
}
#endif
if
(
capture_mode
)
{
int
rc
;
...
...
Write
Preview
Markdown
is supported
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