git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@842
91ce42f0-d328-0410-95d8-
f526ca767f89
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.
*
* 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;
#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