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
bf2883df
Commit
bf2883df
authored
Sep 16, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor bug.
parent
00f3f3be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tbsetup/startexp.in
tbsetup/startexp.in
+3
-1
No files found.
tbsetup/startexp.in
View file @
bf2883df
...
...
@@ -273,7 +273,9 @@ if (! $frontend) {
# Look for the unsual case of more than 2 nodes and no vlans. Send a
# warning message.
#
if
(
ExpNodes
(
$pid
,
$eid
,
1
)
>
2
)
{
my
@localnodes
=
ExpNodes
(
$pid
,
$eid
,
1
);
if
(
defined
(
@localnodes
)
&&
scalar
(
@localnodes
)
>
2
)
{
my
$vlans_result
=
DBQueryFatal
("
select pid from virt_lans where
"
.
"
pid='
$pid
' and eid='
$eid
'
");
...
...
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