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
d714de49
Commit
d714de49
authored
Feb 20, 2004
by
Leigh B. Stoller
Browse files
Fix minor typo in batch daemon.
parent
8551d9a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/batch_daemon.in
View file @
d714de49
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -198,7 +198,7 @@ while (1) {
$query_result
=
DBQuery
("
update experiments set
"
.
"
expt_locked=now(),expt_start=now()
"
.
"
expt_locked=now(),expt_start=now()
,
"
.
"
batchstate='
$BSTATE_LOCKED
'
"
.
"
where eid='
$eid
' and pid='
$pid
'
");
...
...
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