]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct comment
authorKern Sibbald <kern@sibbald.com>
Thu, 24 May 2007 20:07:17 +0000 (20:07 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 24 May 2007 20:07:17 +0000 (20:07 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4900 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/reserve.c

index 205062d620833dc61e88b4ba8dbe65634d703d31..7684bcf92f9e28332ba563ccdd0c7214eb400426 100644 (file)
@@ -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