]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix build with polkit 0
authorJim Fehlig <jfehlig@novell.com>
Mon, 1 Nov 2010 23:50:32 +0000 (17:50 -0600)
committerJim Fehlig <jfehlig@novell.com>
Tue, 2 Nov 2010 16:11:16 +0000 (10:11 -0600)
commit98b8424ed8cf669b3a41efd48f2c9f03faaa8fa2
treed47aff652f58ebdd6b35ddf2d2924d9984a0db04
parenta75cf152a5987aa9c8f89c15591ea462485ec3a0
Fix build with polkit 0

Commit e8066d53 broke the build with polkit0:

remote.c: In function 'remoteDispatchAuthPolkit':
remote.c:4177: error: 'rv' undeclared (first use in this function)

Add missing identifier.
daemon/remote.c