From: Kern Sibbald Date: Tue, 23 Dec 2008 14:10:59 +0000 (+0000) Subject: kes Remove rogue line of C code. X-Git-Tag: Release-3.0.0~412 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a5438b03b4551e40e0ca1eceff285773f2862464;p=bacula%2Fbacula kes Remove rogue line of C code. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8236 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/ua_purge.c b/bacula/src/dird/ua_purge.c index e42e2c38a3..ec09f36cdd 100644 --- a/bacula/src/dird/ua_purge.c +++ b/bacula/src/dird/ua_purge.c @@ -133,8 +133,6 @@ int purgecmd(UAContext *ua, const char *cmd) case 1: /* Volume */ if (select_media_dbr(ua, &mr)) { purge_jobs_from_volume(ua, &mr, /*force*/true); - -purge_jobs_from_volume(ua, &mr); } return 1; } diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index 2c7450697d..5b64921f64 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -11,6 +11,7 @@ mixed priorities General: 23Dec08 +kes Remove rogue line of C code. kes Fix bug #1208 20Dec08 ebl Work on copy jobs