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
a0ae8f96
Commit
a0ae8f96
authored
Oct 03, 2002
by
Robert Ricci
Browse files
Set the gid of the temporary 'locked' experiment. This was the source
of some unitialized value warnings in exports_setup.
parent
26661bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/nfree.in
View file @
a0ae8f96
...
...
@@ -177,7 +177,8 @@ foreach my $n (@nodes) {
# owned by the pid/eid, so cannot be mucked with.
#
if
(
!
DBQueryWarn
("
update reserved
"
.
"
set vname=NULL, pid='
$reloadpid
', eid='
$lockedeid
'
"
.
"
set vname=NULL, pid='
$reloadpid
', gid='
$reloadpid
',
"
.
"
eid='
$lockedeid
'
"
.
"
where node_id='
$n
'
"))
{
print
"
*** WARNING: Error locking down node
$n
!
\n
";
next
;
...
...
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