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-stable
Commits
14f2a720
Commit
14f2a720
authored
Dec 11, 2003
by
Leigh B. Stoller
Browse files
Fix bug in batch daemon that was casuing it not to try more than once.
parent
62ecac78
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/batch_daemon.in
View file @
14f2a720
...
...
@@ -198,7 +198,7 @@ while (1) {
$query_result
=
DBQuery
("
update experiments set
"
.
"
expt_locked=now(),
"
.
"
expt_locked=now(),
expt_start=now()
"
.
"
batchstate='
$BSTATE_LOCKED
'
"
.
"
where eid='
$eid
' and pid='
$pid
'
");
...
...
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