diff options
Diffstat (limited to 'usr.sbin/bgpctl/bgpctl.c')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c index 7d7a6ead337..fcf3d8f508b 100644 --- a/usr.sbin/bgpctl/bgpctl.c +++ b/usr.sbin/bgpctl/bgpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpctl.c,v 1.119 2007/03/28 12:34:08 henning Exp $ */ +/* $OpenBSD: bgpctl.c,v 1.120 2007/03/31 12:46:55 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -214,8 +214,8 @@ main(int argc, char *argv[]) type = IMSG_CTL_SHOW_RIB_PREFIX; } if (res->community.as != 0 && res->community.type != 0) { - memcpy(&ribreq.community, &res->community, - sizeof(res->community)); + memcpy(&ribreq.community, &res->community, + sizeof(res->community)); type = IMSG_CTL_SHOW_RIB_COMMUNITY; } memcpy(&ribreq.neighbor, &neighbor, |