Fix null pointer dereference when a delete flow command is executed.
authorJustin Pettit <jpettit@nicira.com>
Fri, 19 Dec 2008 20:49:09 +0000 (12:49 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 19 Dec 2008 20:49:09 +0000 (12:49 -0800)
A set of missing parentheses was causing an attempt to send a Flow End
message even if no flow existed.  The code to send the Flow End message
would try to access data in the flow and cause a kernel panic.


No differences found