f0293ed remove a static limit on max domains in python bindings

Authored and Committed by veillard 12 years ago
    remove a static limit on max domains in python bindings
    
    * python/libvirt-override.c: remove the predefined array in the
      virConnectListDomainsID binding and call virConnectNumOfDomains
      to do a proper allocation
    
        
file modified
+23 -4