
2 Apr
2013
2 Apr
'13
3:49 p.m.
On 04/02/2013 03:37 PM, Peter Krempa wrote:
Format the address using the helper instead of having similar code in multiple places.
This patch also fixes leak of the MAC address string in ebtablesRemoveForwardAllowIn() and ebtablesAddForwardAllowIn() in src/util/virebtables.c --- [...] diff --git a/src/xenxs/xen_xm.c b/src/xenxs/xen_xm.c index 73ba06b..405ebf3 100644 --- a/src/xenxs/xen_xm.c +++ b/src/xenxs/xen_xm.c @@ -1,7 +1,7 @@ /* * xen_xm.c: Xen XM parsing functions * - * Copyright (C) 2006-2007, 2009-2010, 2012 Red Hat, Inc. + * Copyright (C) 2006-2007, 2009-2010, 2012, 2013 Red Hat, Inc.
s/2012, 2013/2012-2013/ and this is my fault, sorry for that. ACK with this fixed. Martin