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
321b4d5d
Commit
321b4d5d
authored
May 12, 2005
by
Leigh B. Stoller
Browse files
Fix bonehead typo in update query.
parent
73e86a6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/elabinelab.in
View file @
321b4d5d
...
...
@@ -336,7 +336,7 @@ $EUID = $UID;
# the entries for.
#
DBQueryFatal
("
update reserved set inner_elab_boot=1
"
.
"
where pid='
$pid
' and eid='eid'
");
"
where pid='
$pid
' and eid='
$
eid
'
");
print
"
Regenerating DHCPD config file and restarting daemon.
\n
";
system
("
$makeconf
-i -r
");
...
...
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