From 49900e59f2744265de799dc84aea79824964ea73 Mon Sep 17 00:00:00 2001 From: "EinvalSledge@gmail.com" Date: Wed, 26 Sep 2012 16:54:57 +0000 Subject: [PATCH] * Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the patch. Closes: #687038 in Debian git-svn-id: http://abcde.googlecode.com/svn/trunk@369 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 3 +++ changelog | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/abcde b/abcde index b2d31d0..a1718b2 100755 --- a/abcde +++ b/abcde @@ -2400,6 +2400,9 @@ do_cddbstat () 2??) # Server responded, everything seems OK rc=0 ;; + *) # unknown error + break + ;; esac ;; esac diff --git a/changelog b/changelog index 678d59b..bf6c845 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -abcde 2.5.5 +abcde 2.5.5 UNRELEASED * Fix finding $CDROM on OS X. Thanks to niederstrasser for the patch. Closes issue 71. @@ -6,6 +6,8 @@ abcde 2.5.5 to vskytta for the patch. Closes issue 73. * Clean up movement to eyeD3, remove id3v2 remnants. Thanks to vskytta for the patch. Closes issue 74. + * Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the + patch. Closes: #687038 in Debian -- Steve McIntyre <93sam@debian.org> Tue, 18 Sep 2012 12:42:11 +0100 -- 2.20.1