]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: Don't use unrelated value as privateData of client
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 4 Jun 2015 17:16:32 +0000 (19:16 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 5 Jun 2015 11:48:05 +0000 (13:48 +0200)
commit2128d2e92063aeba3e7749b8a51b77623beedcd3
tree8e5b1a3b5650ef34e2ec394352b0edbb308ea8b7
parent404094187a6b03b9c7a49aed9af8d4afa15c2eea
rpc: Don't use unrelated value as privateData of client

Append privateData of the client only if there are any, otherwise the
previous value (socket data) will get there again.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/rpc/virnetserverclient.c