From: Kern Sibbald Date: Thu, 24 May 2007 20:07:17 +0000 (+0000) Subject: Correct comment X-Git-Tag: Release-2.2.0~394 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88d262d173fc9d2eb2a9f1c0f689881a7b219ae4;p=bacula%2Fbacula Correct comment git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4900 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/reserve.c b/bacula/src/stored/reserve.c index 205062d620..7684bcf92f 100644 --- a/bacula/src/stored/reserve.c +++ b/bacula/src/stored/reserve.c @@ -258,10 +258,7 @@ static void free_vol_item(VOLRES *vol) * conditions of the drive. The key is that the drive must "own" the Volume. * The old code has the job (dcr) owning the volume (more or less). The job is * to change the insertion and removal of the volumes from the list to be based - * on the drive rather than the job. The new logic described above needs to be - * reviewed a couple more times for completeness and correctness. Then I can - * program it. - + * on the drive rather than the job. * * Return: VOLRES entry on success * NULL volume busy on another drive