Revert "connmgr: Make "enable-async-messages" work for primary controllers too."
authorBen Pfaff <blp@nicira.com>
Fri, 2 Mar 2012 23:43:53 +0000 (15:43 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 2 Mar 2012 23:43:53 +0000 (15:43 -0800)
Oops.  The feature that this modifies is not actually present on
this branch, breaking the build.

This reverts commit 1d5260da440959adfc1b2be7a4b476e7970bf08d.

AUTHORS
ofproto/connmgr.c

diff --git a/AUTHORS b/AUTHORS
index cf23438..150d1bb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -89,7 +89,6 @@ Hector Oron             hector.oron@gmail.com
 Henrik Amren            henrik@nicira.com
 Jad Naous               jnaous@gmail.com
 Jamal Hadi Salim        hadi@cyberus.ca
-James Schmidt           jschmidt@nicira.com
 Jan Medved              jmedved@juniper.net
 Janis Hamme             janis.hamme@student.kit.edu
 Jari Sundell            sundell.software@gmail.com
index d74cbb3..46d6d79 100644 (file)
@@ -978,7 +978,6 @@ ofconn_reconfigure(struct ofconn *ofconn, const struct ofproto_controller *c)
     int probe_interval;
 
     ofconn->band = c->band;
-    ofconn->enable_async_msgs = c->enable_async_msgs;
 
     rconn_set_max_backoff(ofconn->rconn, c->max_backoff);