From f9d2dda92ee5f8bc9d7470c12affacfa53874ee8 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Thu, 17 Dec 2009 09:33:00 +0000 Subject: Fix formatstring in printf. --- usr.sbin/bgpd/printconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bgpd/printconf.c') diff --git a/usr.sbin/bgpd/printconf.c b/usr.sbin/bgpd/printconf.c index 007e19cfc50..4f658546015 100644 --- a/usr.sbin/bgpd/printconf.c +++ b/usr.sbin/bgpd/printconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: printconf.c,v 1.76 2009/12/16 15:40:55 claudio Exp $ */ +/* $OpenBSD: printconf.c,v 1.77 2009/12/17 09:32:59 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -112,7 +112,7 @@ print_extcommunity(struct filter_extcommunity *c) log_as(c->data.ext_as4.as4), c->data.ext_as.val); break; case EXT_COMMUNITY_OPAQUE: - printf("%s 0x%x", log_ext_subtype(c->subtype), + printf("%s 0x%llx", log_ext_subtype(c->subtype), c->data.ext_opaq); break; default: -- cgit v1.2.3