datapath: Fix return of uninitialized variable.
authorAlex Wang <alexw@nicira.com>
Thu, 26 Feb 2015 06:32:52 +0000 (22:32 -0800)
committerAlex Wang <alexw@nicira.com>
Thu, 26 Feb 2015 17:30:13 +0000 (09:30 -0800)
commitd08113d694b9934a9207166b59f3d86fa50f07f2
tree28c2100eea11e42028d9ce064b325b82cedd5c46
parentd3cb080e54ed7dad66ff14dd4bc29350fc8ae867
datapath: Fix return of uninitialized variable.

This commit fixes a return of uninitialized variable bug.
The bug can cause failures of operations like flow_add.

VMware-BZ: #1405810

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/flow_netlink.c