datapath: Fix uninitialized variable warning.
authorJesse Gross <jesse@nicira.com>
Fri, 21 Oct 2011 22:19:33 +0000 (15:19 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 21 Oct 2011 22:55:43 +0000 (15:55 -0700)
commit15c39847d5a81ac6328113222c0c5a7e051b55d8
tree749eff99cc4c8e7f840df44bc56fe2605dc6bbff
parentb59da960549140e495e0fdcff086a62ebcdf5287
datapath: Fix uninitialized variable warning.

Commit 4edb9ae90e4092f5f56b9d914d2b88783c49860d "datapath: Refactor
actions in terms of match fields." introduced a spurious warning
because the compiler thinks a value might not have been assigned to
'err'.  In practice this can't happen because we've already validated
the actions.

CC: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/actions.c