From 2a94892890074e1090eb60b2e1b3273df9c7d899 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 16 Jun 2009 12:17:53 +0000 Subject: Display v4 addresses in v4 mode nicer --- ot_accesslist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_accesslist.c') diff --git a/ot_accesslist.c b/ot_accesslist.c index b69035e..6ef7114 100644 --- a/ot_accesslist.c +++ b/ot_accesslist.c @@ -119,7 +119,7 @@ int accesslist_blessip( ot_ip6 ip, ot_permissions permissions ) { { char _debug[512]; int off = snprintf( _debug, sizeof(_debug), "Blessing ip address " ); - off += fmt_ip6(_debug+off, ip ); + off += fmt_ip6c(_debug+off, ip ); if( permissions & OT_PERMISSION_MAY_STAT ) off += snprintf( _debug+off, 512-off, " may_fetch_stats" ); if( permissions & OT_PERMISSION_MAY_LIVESYNC ) off += snprintf( _debug+off, 512-off, " may_sync_live" ); -- cgit v1.2.3