fc22b2e domain_conf: fix domain deadlock

1 file Authored by phrdina 9 years ago, Committed by veillard 9 years ago,
    domain_conf: fix domain deadlock
    
    If you use public api virConnectListAllDomains() with second parameter
    set to NULL to get only the number of domains you will lock out all
    other operations with domains.
    
    Introduced by commit 2c680804.
    
    Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
    
        
file modified
+1 -1