vlib: Coverity fix 66/27466/3
authorDave Barach <dave@barachs.net>
Mon, 8 Jun 2020 13:40:36 +0000 (09:40 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 8 Jun 2020 15:54:56 +0000 (15:54 +0000)
commit6a3195f166fa09e2eb2af66394c12e6288fcd3c5
tree55b04015ccdea9d2280fe022bf2098cf26e7d2d3
parent698eb87a8eed847fe555ef327bcc99a4467ed59a
vlib: Coverity fix

Fix a nit warning: we're not likely to create a vlib process with more
than 4gb of stack.

Type: fix
Ticket: VPP-1888

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I8bc7f64287c2802b0c286ce3d04443ac723a9a33
src/vlib/node.c