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
1372580e
Commit
1372580e
authored
May 07, 2012
by
Leigh B Stoller
Browse files
Minor big fix.
parent
84f79f51
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Node.pm.in
View file @
1372580e
...
...
@@ -2473,9 +2473,13 @@ sub SetNodeHistory($$$$)
print STDERR
"*** SetNodeHistory: No control interface for $self\n";
}
$cnet_ip = $interface->IP();
if (!defined($cnet_ip) || $cnet_ip eq "") {
print STDERR "*** SetNodeHistory: No control IP for $interface\n";
else {
$cnet_ip = $interface->IP();
if (!defined($cnet_ip) || $cnet_ip eq "") {
print STDERR
"*** SetNodeHistory: No control IP for $interface\n";
$cnet_ip = undef;
}
}
$phys_nodeid = $self->phys_nodeid();
}
...
...
Write
Preview
Supports
Markdown
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