From 761d9e591b3c82b52ca564d78f229d23e1a67433 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 10 Jan 2008 09:50:19 +0000 Subject: [PATCH] Update comments git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6266 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/block.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bacula/src/stored/block.c b/bacula/src/stored/block.c index b9cbbfa36a..6129c8297c 100644 --- a/bacula/src/stored/block.c +++ b/bacula/src/stored/block.c @@ -705,6 +705,11 @@ static void reread_last_block(DCR *dcr) #endif } +/* + * If this routine is called, we do our bookkeeping and + * then assure that the volume will not be written any + * more. + */ static bool terminate_writing_volume(DCR *dcr) { DEVICE *dev = dcr->dev; -- 2.39.5