summaryrefslogtreecommitdiff
path: root/src/libstrongswan/networking/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/networking/host.c')
-rw-r--r--src/libstrongswan/networking/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/networking/host.c b/src/libstrongswan/networking/host.c
index b71d2da16..953720498 100644
--- a/src/libstrongswan/networking/host.c
+++ b/src/libstrongswan/networking/host.c
@@ -139,7 +139,7 @@ int host_printf_hook(printf_hook_data_t *data, printf_hook_spec_t *spec,
snprintf(buffer, sizeof(buffer),
"(address conversion failed)");
}
- else if (spec->hash)
+ else if (spec->hash && port)
{
len = strlen(buffer);
snprintf(buffer + len, sizeof(buffer) - len,