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
ce2c4542
Commit
ce2c4542
authored
Jul 27, 2017
by
Mike Hibler
Browse files
Another fix for pushing root keys to vnodes.
parent
f41dec68
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Node.pm.in
View file @
ce2c4542
...
...
@@ -1373,7 +1373,7 @@ sub InitKeyDist($;$)
}
# XXX only PC class nodes for now, since we have to ssh to it
if ($self->class ne "pc") {
if ($self->class ne "pc"
&& $self->class ne "pcvm"
) {
$priv = $pub = 0;
goto done;
}
...
...
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