Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 115861 | Differences between
and this patch

Collapse All | Expand All

(-)src/cddb.c.old (+2 lines)
Lines 713-721 Link Here
713
   
713
   
714
  if(proxy != NULL) {
714
  if(proxy != NULL) {
715
    if((sock = cddb_connect(proxy)) < 0)
715
    if((sock = cddb_connect(proxy)) < 0)
716
      va_end(arglist);
716
      return -1;
717
      return -1;
717
  } else {	
718
  } else {	
718
    if((sock = cddb_connect(&host.host_server)) < 0)
719
    if((sock = cddb_connect(&host.host_server)) < 0)
720
      va_end(arglist);
719
      return -1;
721
      return -1;
720
  }  
722
  }  
721
   
723
   

Return to bug 115861