From: Ben Pfaff Date: Sat, 18 Jan 2014 01:49:55 +0000 (-0800) Subject: configure: Fix bug report email address. X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=d709419e9dd939f11def1aee1d87d9002df062df configure: Fix bug report email address. Reported-by: Arun Sharma Signed-off-by: Ben Pfaff Acked-by: Joe Stringer --- diff --git a/configure.ac b/configure.ac index 19c095ee9..2fccc648f 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 2.1.90, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 2.1.90, bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])