]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Resolve COPY_PASTE error found by Coverity
authorJohn Ferlan <jferlan@redhat.com>
Tue, 8 Jan 2013 15:10:10 +0000 (10:10 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Jan 2013 15:21:46 +0000 (16:21 +0100)
commit51811e4161d1a830ae3e2141767d707c2891ed5a
treecb3fee01c84612d6d1a15c6255c046f64eac3241
parentafc4631b63abaa8bed992891f5e386b84924905d
Resolve COPY_PASTE error found by Coverity

Fix copy-paste error doing handshake.

The clientShake was not set to true, thus we'd potentially never leave
the handshake while loop.
tests/virnettlscontexttest.c