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
7fb488df
Commit
7fb488df
authored
Jun 16, 2014
by
Leigh B Stoller
Browse files
Fix bug in previous revision.
parent
6f294a94
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
7fb488df
...
...
@@ -2231,7 +2231,7 @@ sub print_header {
$result
=
DBQueryFatal
("
select IP from virt_node_public_addr
"
.
"
where node_id is null
");
my
$available
=
$configured
-
$result
->
rows
;
my
$available
=
$result
->
rows
;
print
"
<rspec_routable_addresses xmlns=
\"
"
.
$emulabns
.
"
\"
"
.
"
configured='
$configured
' available='
$available
' />
\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