[libvirt] [PATCH] Don't send back unknown program errors for async messages

2011-10-06 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com If we send back an unknown program error for async messages, we will confuse the client because they only expect replies for method calls. Just log drop any invalid async messages * src/rpc/virnetserver.c: Don't send error for async messages ---

Re: [libvirt] [PATCH] Don't send back unknown program errors for async messages

2011-10-06 Thread Eric Blake
On 10/06/2011 04:10 AM, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com If we send back an unknown program error for async messages, we will confuse the client because they only expect replies for method calls. Just log drop any invalid async messages *