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
e1d350a7
Commit
e1d350a7
authored
May 09, 2002
by
Leigh B. Stoller
Browse files
Fix to last fix (which fixed the previous fix to the fix before that fix).
parent
87291378
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
e1d350a7
...
...
@@ -742,6 +742,10 @@ my %p2pmap = ();
foreach
my
$pnode
(
keys
(
%p2vmap
))
{
my
$phys_nodeid
;
if
(
defined
(
$lannodes
{
$p2vmap
{
$pnode
}}))
{
next
;
}
if
(
!
TBPhysNodeID
(
$pnode
,
\
$phys_nodeid
))
{
die
("
*** $0:
\n
"
.
"
Cannot determine phys_nodeid for
$pnode
!
\n
");
...
...
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