remove pointless if from vl.c
commitdca98169b8781a3e302a2c46682f2b63e560b05f
authorJoel Schopp <jschopp@austin.ibm.com>
Wed, 21 Jul 2010 20:05:17 +0000 (21 15:05 -0500)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 30 Jul 2010 21:05:52 +0000 (30 23:05 +0200)
treecd14b7e14c979df7fab06cb835a9a9ab413141d7
parentca1d6ac657ff1cebd689b5d93784402e7ceb52c3
remove pointless if from vl.c

We already set sockets to nonzero in the code above.
So this if statement always evaluates true.  Remove it.

Signed-off-by: Joel Schopp <jschopp@austin.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
vl.c