vtep-ctl: Remove extraneous NULL pointer check.
authorJoe Stringer <joestringer@nicira.com>
Thu, 9 Jul 2015 22:32:14 +0000 (15:32 -0700)
committerJoe Stringer <joestringer@nicira.com>
Fri, 17 Jul 2015 17:24:41 +0000 (10:24 -0700)
commite8eba0ab281efe60e08acb43e3d4dea6481cdd15
treec659464ca65df1a8b19406dacd659d3cb9af6945
parenta805558c400cbde7ced2db993491d61a70f6b734
vtep-ctl: Remove extraneous NULL pointer check.

OVS will exit if the allocations in this function fail, so this check is
pointless.

Found by MIT STACK undefined behaviour checker.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
vtep/vtep-ctl.c