26 Jun
                
                    2020
                
            
            
                26 Jun
                
                '20
                
            
            
            
        
    
                1 a.m.
            
        On a Wednesday in 2020, Laine Stump wrote:
The error: label in this function just does "return -1", so replace all the "goto error" in the function with "return -1".
I split this out from virDomainDefParse quickly as a build breaker fix and forgot to follow up with this cleanup.
Signed-off-by: Laine Stump <laine@redhat.com> --- src/conf/domain_conf.c | 91 ++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 47 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano