]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix new calling sequence of db_find_next_volume() in bdb_find.c
authorKern Sibbald <kern@sibbald.com>
Tue, 9 Dec 2003 10:22:09 +0000 (10:22 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 9 Dec 2003 10:22:09 +0000 (10:22 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@842 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/cats/bdb_find.c
bacula/src/version.h

index 3327ebcaf1f70adfed3defd86ea4c0043f25accf..12290cc3bd2e5eb858bd0e569fc861c0d30cb16f 100644 (file)
@@ -92,6 +92,7 @@ For 1.33
 
 
 After 1.33:
+- Look at adding SQL server and Exchange support for Windows. 
 - Restore: Enter Filename: 'C:/Documents and Settings/Comercial/My
   Documents/MOP/formulário de registro BELAS ARTES.doc' causes Bacula to
   crash.
index 5b9a2581a0214cf8ff0de24af25fe82bc512e263..f83b91e7dc4684ef576bfa578d571c12e33825a1 100644 (file)
@@ -141,10 +141,13 @@ StartTime=%100s", &JobId, Name, cType, cLevel, StartTime) == 5) {
  *
  * Find a Volume for a given PoolId, MediaType, and VolStatus
  *
+ *   Note! this does not correctly implement InChanger.          
+ *
  * Returns: 0 on failure
  *         numrows on success
- */
-int db_find_next_volume(JCR *jcr, B_DB *mdb, int item, MEDIA_DBR *mr)
+ */    
+int
+db_find_next_volume(JCR *jcr, B_DB *mdb, int item, bool InChanger, MEDIA_DBR *mr) 
 {
    MEDIA_DBR omr;
    int stat = 0;
index 1179048aa39cca24dd73912661f96b4aef987372..1e07e29ede5c78c25ab1dc8adf39c80bc6c89d91 100644 (file)
@@ -2,8 +2,8 @@
 #undef  VERSION
 #define VERSION "1.33"
 #define VSTRING "1"
-#define BDATE   "07 Dec 2003"
-#define LSMDATE "07Dec03"
+#define BDATE   "08 Dec 2003"
+#define LSMDATE "08Dec03"
 
 /* Debug flags */
 #undef  DEBUG