]> git.sur5r.net Git - bacula/bacula/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Sun, 3 Oct 2004 09:10:29 +0000 (09:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 3 Oct 2004 09:10:29 +0000 (09:10 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1627 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/stored/dircmd.c

index 353dcb9578c2f548eaa7f918c4d480e4501bef30..da13ee62dc84847e93110075c0f4c357f99b6228 100644 (file)
@@ -17,7 +17,7 @@ Version 1.35                Kern (see below)
   block numbers in btape "test".  Possibly adjust in Bacula.
 - Fix possible bug in update volumefrompool (email 9/28 from
   jesk@killall.org
-- Look into failing Excludes in Win32
+- Make restore check if the file size restored is correct.
 
 - Document a get out of jail procedure if everything breaks if 
   you lost/broke the Catalog -- do the same for "I know my
@@ -1369,3 +1369,5 @@ Block Position: 0
 - List verify options for DiskToCatalog in doc.
 - Turn on transactions if multiple connections are on in DB.
 - Fix storage overrides in Run directives.
+- Look into failing Excludes in Win32
+
index edd11821535874d6d6e89ed37019c1d0c006ecb0..644c5458724d886e7607e665cd8f48429ec8c43c 100644 (file)
@@ -19,7 +19,7 @@
  *  
  */
 /*
-   Copyright (C) 2000-2004 Kern Sibbald and John Walker
+   Copyright (C) 2001-2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -301,7 +301,7 @@ static bool do_label(JCR *jcr, int relabel)
    poolname = get_memory(dir->msglen+1);
    mtype = get_memory(dir->msglen+1);
    if (relabel) {
-      if (sscanf(dir->msg, "relabel %127s OldName=%127s NewName=%127s PoolName=127%s MediaType=%127s Slot=%d",
+      if (sscanf(dir->msg, "relabel %127s OldName=%127s NewName=%127s PoolName=%127s MediaType=%127s Slot=%d",
          dname.c_str(), oldname, newname, poolname, mtype, &slot) == 6) {
         ok = true;
       }