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
a0682e49
Commit
a0682e49
authored
Jun 05, 2002
by
Robert Ricci
Browse files
Fix dumb mistake left over from debugging.
parent
5a4b0497
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/grabron.in
View file @
a0682e49
...
@@ -49,9 +49,9 @@ if ($result->num_rows() != 1){
...
@@ -49,9 +49,9 @@ if ($result->num_rows() != 1){
}
}
my
(
$localIface
)
=
(
$result
->
fetchrow
());
my
(
$localIface
)
=
(
$result
->
fetchrow
());
#
if (TBBackGround($logfile)) {
if
(
TBBackGround
(
$logfile
))
{
#
exit(0);
exit
(
0
);
#
}
#
#
# Start out with the the last $interval seconds
# Start out with the the last $interval seconds
...
...
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