]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove unused nwfilter field from struct remote_error
authorMatthew Booth <mbooth@redhat.com>
Fri, 7 May 2010 14:38:05 +0000 (16:38 +0200)
committerDaniel Veillard <veillard@redhat.com>
Fri, 7 May 2010 14:38:05 +0000 (16:38 +0200)
commit34a7f3f6be9c63ac3d4c4604c1fb2482a4e5053b
tree71894044a4723b70b9385516e2ffb25b53cfbff8
parent6bc4ea5af0b24c65f70e0b06cc5996d0d2c5827f
Remove unused nwfilter field from struct remote_error

Change 965466c1 added a new field to struct remote_error, which broke
the RPC protocol. Fortunately the new field is unused, so this change
simply removes it again.

* src/remote/remote_protocol.(c|h|x): Remove remote_nwfilter from struct
  remote_error
src/remote/remote_protocol.c
src/remote/remote_protocol.h
src/remote/remote_protocol.x