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
75e32fdf
Commit
75e32fdf
authored
Apr 15, 2003
by
Leigh B. Stoller
Browse files
Minor fix; when no events, do not bail! Make sure the TIMESTART event
is sent anyway!
parent
8b8ec591
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/sched/event-sched.c
View file @
75e32fdf
...
...
@@ -433,11 +433,7 @@ get_static_events(event_handle_t handle)
error
(
"getting static event list for %s/%s"
,
pid
,
eid
);
return
0
;
}
if
((
nrows
=
(
int
)
mysql_num_rows
(
res
))
==
0
)
{
mysql_free_result
(
res
);
return
1
;
}
nrows
=
(
int
)
mysql_num_rows
(
res
);
/*
* Construct an address tuple for the notifications. We can reuse
...
...
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