[ovs-dev] [PATCH] configure: Fix bug report email address.

Ben Pfaff blp at nicira.com
Sat Jan 18 01:50:07 UTC 2014


Reported-by: Arun Sharma <arun.sharma at calsoftinc.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9b6c69e..2c04729 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 at openvswitch.org)
+AC_INIT(openvswitch, 2.1.90, bugs at openvswitch.org)
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
-- 
1.7.10.4




More information about the dev mailing list