aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbpkg/manifest.cxx')
-rw-r--r--libbpkg/manifest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index 11282d0..a972793 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -1821,7 +1821,7 @@ namespace bpkg
uint16_t port (url_.authority->port);
if (port != 0)
{
- uint16_t def_port;
+ uint16_t def_port (0);
switch (url_.scheme)
{