From ab0cf0e748b8c13d03eeda6ab11e9be260ee9b45 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 9 Jul 2008 15:05:25 +0000 Subject: [PATCH] ebl Update for bat on win32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7350 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/bcomm/dircomm.cpp | 2 +- bacula/src/qt-console/console/console.cpp | 2 +- bacula/src/qt-console/restore/restoretree.cpp | 2 +- bacula/technotes-2.5 | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bacula/src/qt-console/bcomm/dircomm.cpp b/bacula/src/qt-console/bcomm/dircomm.cpp index ae97f9af33..e96ca6a0d0 100644 --- a/bacula/src/qt-console/bcomm/dircomm.cpp +++ b/bacula/src/qt-console/bcomm/dircomm.cpp @@ -544,7 +544,7 @@ static int tls_pem_callback(char *buf, int size, const void *userdata) #ifdef HAVE_TLS const char *prompt = (const char *)userdata; # if defined(HAVE_WIN32) - sendit(prompt); + //sendit(prompt); if (win32_cgets(buf, size) == NULL) { buf[0] = 0; return 0; diff --git a/bacula/src/qt-console/console/console.cpp b/bacula/src/qt-console/console/console.cpp index f159083c9e..7defc72e65 100644 --- a/bacula/src/qt-console/console/console.cpp +++ b/bacula/src/qt-console/console/console.cpp @@ -846,7 +846,7 @@ static int tls_pem_callback(char *buf, int size, const void *userdata) #ifdef HAVE_TLS const char *prompt = (const char *)userdata; # if defined(HAVE_WIN32) - sendit(prompt); + //sendit(prompt); if (win32_cgets(buf, size) == NULL) { buf[0] = 0; return 0; diff --git a/bacula/src/qt-console/restore/restoretree.cpp b/bacula/src/qt-console/restore/restoretree.cpp index 6aa4b54d03..9171b321c4 100644 --- a/bacula/src/qt-console/restore/restoretree.cpp +++ b/bacula/src/qt-console/restore/restoretree.cpp @@ -486,7 +486,7 @@ void restoreTree::jobComboChanged(int) } job_defaults job_defs; - (void)index; + //(void)index; job_defs.job_name = jobCombo->currentText(); if (m_console->get_job_defaults(job_defs)) { fileSetCombo->setCurrentIndex(fileSetCombo->findText(job_defs.fileset_name, Qt::MatchExactly)); diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index ae44e8423a..1436c9ece5 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -30,6 +30,8 @@ vtape driver General: +09Jul08 +ebl tweak bat for win32 compilation 08Jul08 ebl Remove tokyo cabinet from the source ebl Update configure/autoconf to support berkeley DB -- 2.39.5