Re: [libvirt] [PATCH] Resolve COPY_PASTE error found by Coverity

2013-01-08 Thread Michal Privoznik
On 08.01.2013 16:17, Daniel P. Berrange wrote: > On Tue, Jan 08, 2013 at 10:10:10AM -0500, John Ferlan wrote: >> 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 |

[libvirt] [PATCH] Resolve COPY_PASTE error found by Coverity

2013-01-08 Thread John Ferlan
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/virnettlscontexttest.c b/tests/virnettlscontexttest.c i

Re: [libvirt] [PATCH] Resolve COPY_PASTE error found by Coverity

2013-01-08 Thread Daniel P. Berrange
On Tue, Jan 08, 2013 at 10:10:10AM -0500, John Ferlan wrote: > 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 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)