Add missing brackets
commit6b950684f6a702c899bc994c117a5c3ef2a1e399
authorWouter Verhelst <w@uter.be>
Thu, 25 May 2017 21:50:41 +0000 (25 23:50 +0200)
committerWouter Verhelst <w@uter.be>
Thu, 25 May 2017 21:50:41 +0000 (25 23:50 +0200)
treeb21241a7575f61cb199f1525ab5ae77052d8c308
parent826ff9283bc204db537a5340e674d53f50bfa3ca
Add missing brackets

We want to check whether the NBDC_DO_LIST flag is not set in opts; this
requires that we perform a logical not on the whole expression, rather
than just the first part of it.

Coverity CID#1437709

Signed-off-by: Wouter Verhelst <w@uter.be>
nbd-client.c