Looks Good.

On Thu, Mar 31, 2011 at 2:16 PM, Ben Pfaff <[email protected]> wrote:
> Fixes a segfault when fail-open goes into effect.
> ---
>  ofproto/connmgr.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c
> index 166ef8c..95cc43d 100644
> --- a/ofproto/connmgr.c
> +++ b/ofproto/connmgr.c
> @@ -1164,7 +1164,7 @@ connmgr_broadcast(struct connmgr *mgr, struct ofpbuf 
> *packet)
>         }
>     }
>     if (prev) {
> -        ofconn_send_reply(ofconn, packet);
> +        ofconn_send_reply(prev, packet);
>     } else {
>         ofpbuf_delete(packet);
>     }
> --
> 1.7.1
>
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to