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

(-)cddb_lookup.c.old (-1 / +1 lines)
Lines 142-148 Link Here
142
	    cddb_generate_unknown_entry(cd_desc, data);
142
	    cddb_generate_unknown_entry(cd_desc, data);
143
	    return;
143
	    return;
144
	 }
144
	 }
145
	 serverindex--;
146
         if (verbosity) puts("Connection established.");
145
         if (verbosity) puts("Connection established.");
147
         
146
         
148
	 switch(list.list_host[serverindex].host_protocol) {
147
	 switch(list.list_host[serverindex].host_protocol) {
Lines 262-267 Link Here
262
	    if (verbosity) printf("No match for %02lx.\n", cddb_discid(cd_desc));
261
	    if (verbosity) printf("No match for %02lx.\n", cddb_discid(cd_desc));
263
	    cddb_generate_unknown_entry(cd_desc, data);
262
	    cddb_generate_unknown_entry(cd_desc, data);
264
         }
263
         }
264
	 serverindex--;
265
         close(sock);
265
         close(sock);
266
         cddb_write_data(cd_desc, data);
266
         cddb_write_data(cd_desc, data);
267
      }
267
      }

Return to bug 115861