aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hnbgw_vty.c')
-rw-r--r--src/hnbgw_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbgw_vty.c b/src/hnbgw_vty.c
index 2c47bba..859cd31 100644
--- a/src/hnbgw_vty.c
+++ b/src/hnbgw_vty.c
@@ -153,7 +153,7 @@ static void vty_out_ofd_addr(struct vty *vty, struct osmo_fd *ofd)
vty_out(vty, "(no addr)");
return;
}
- vty_out(vty, name);
+ vty_out(vty, "%s", name);
talloc_free(name);
}