Fix registration bug and endianness issues.
[fedora-mingw.git] / libvirt / mingw32-libvirt-0.4.6-register-remote.patch
1 --- libvirt-0.4.6/src/libvirt.c.orig    2008-10-14 15:33:00.000000000 +0100
2 +++ libvirt-0.4.6/src/libvirt.c 2008-10-14 15:48:54.000000000 +0100
3 @@ -297,10 +297,10 @@
4      if (lxcRegister() == -1) return -1;
5  #endif
6      if (storageRegister() == -1) return -1;
7 +#endif
8  #ifdef WITH_REMOTE
9      if (remoteRegister () == -1) return -1;
10  #endif
11 -#endif
12  
13      return(0);
14  }