Initialize stack variables opts and cflags.
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 25 May 2012 02:36:17 +0000 (04:36 +0200)
committerWouter Verhelst <w@uter.be>
Fri, 25 May 2012 07:49:41 +0000 (09:49 +0200)
commitba26b9634912dbd79102484e6e0c4b27e7f704d0
tree13bb526b24d2855845455f39c0216ba2467d48f5
parentee42ce46d88d7a8bd284ba4bd12568878baa3e9a
Initialize stack variables opts and cflags.

Without initializing these variables, nbd-client will some of the time
list exports instead of connecting to them, depending on the wing flaps
of a butterfly and cosmic alien rays. The fix is to set the flags to 0
so that nbd-client operates reliably.
nbd-client.c