summaryrefslogtreecommitdiff
path: root/lib/iolog/regress/host_port/host_port_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/iolog/regress/host_port/host_port_test.c')
-rw-r--r--lib/iolog/regress/host_port/host_port_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/iolog/regress/host_port/host_port_test.c b/lib/iolog/regress/host_port/host_port_test.c
index 065e216e7..9b504e1fe 100644
--- a/lib/iolog/regress/host_port/host_port_test.c
+++ b/lib/iolog/regress/host_port/host_port_test.c
@@ -45,8 +45,8 @@ struct host_port_test {
const char *host; /* parsed host */
const char *port; /* parsed port */
bool tls; /* parsed TLS flag */
- char *defport; /* default port */
- char *defport_tls; /* default port */
+ const char *defport; /* default port */
+ const char *defport_tls; /* default port */
bool ret; /* return value */
};