Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
a0ae8f96
Commit
a0ae8f96
authored
Oct 03, 2002
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set the gid of the temporary 'locked' experiment. This was the source
of some unitialized value warnings in exports_setup.
parent
26661bf1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
db/nfree.in
db/nfree.in
+2
-1
No files found.
db/nfree.in
View file @
a0ae8f96
...
@@ -177,7 +177,8 @@ foreach my $n (@nodes) {
...
@@ -177,7 +177,8 @@ foreach my $n (@nodes) {
# owned by the pid/eid, so cannot be mucked with.
# owned by the pid/eid, so cannot be mucked with.
#
#
if
(
!
DBQueryWarn
("
update reserved
"
.
if
(
!
DBQueryWarn
("
update reserved
"
.
"
set vname=NULL, pid='
$reloadpid
', eid='
$lockedeid
'
"
.
"
set vname=NULL, pid='
$reloadpid
', gid='
$reloadpid
',
"
.
"
eid='
$lockedeid
'
"
.
"
where node_id='
$n
'
"))
{
"
where node_id='
$n
'
"))
{
print
"
*** WARNING: Error locking down node
$n
!
\n
";
print
"
*** WARNING: Error locking down node
$n
!
\n
";
next
;
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