]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix compilation when building without sasl
authorDaniel Veillard <veillard@redhat.com>
Thu, 3 Feb 2011 14:13:24 +0000 (22:13 +0800)
committerDaniel Veillard <veillard@redhat.com>
Thu, 3 Feb 2011 14:13:24 +0000 (22:13 +0800)
commit3028f51c383cc36ab4e87f2c87569d55de5672ff
tree7f9dae133fd6d025dcb2f8d9406f287f9b586409
parent0fa17ff52a58d3233f740ef08bc0525352553a70
Fix compilation when building without sasl

Use of saslDecoded field need to be guarded by #if HAVE_SASL/endif
* src/remote/remote_driver.c: fix remoteIOEventLoop accordingly
src/remote/remote_driver.c