From 7fb200dca9dbc66eec8656f29167100d7c734e7a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 24 May 2007 20:07:17 +0000 Subject: [PATCH] Correct comment git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4900 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/reserve.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.39.5