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
d05f2d81
Commit
d05f2d81
authored
Jul 26, 2004
by
Leigh B. Stoller
Browse files
Fix minor bug when setting red/gred params on a duplex link.
parent
e50a9082
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/delay_config.in
View file @
d05f2d81
...
...
@@ -571,14 +571,17 @@ sub ChangeVirtLans() {
}
DBQueryFatal
(
$query_string
);
$query_string
=
"
update virt_lans set
"
.
join
("
,
",
@query_clauses2
)
.
"
where pid='
$pid
' and eid='
$eid
' and
"
.
"
vname='
$link
' and member not like '
${srcvnode}
:%'
";
if
(
@query_clauses2
)
{
$query_string
=
"
update virt_lans set
"
.
join
("
,
",
@query_clauses2
)
.
"
where pid='
$pid
' and eid='
$eid
' and
"
.
"
vname='
$link
' and member not like '
${srcvnode}
:%'
";
if
(
$debug
)
{
print
"
$query_string
\n
";
if
(
$debug
)
{
print
"
$query_string
\n
";
}
DBQueryFatal
(
$query_string
);
}
DBQueryFatal
(
$query_string
);
}
}
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