]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Update for bat on win32
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 9 Jul 2008 15:05:25 +0000 (15:05 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 9 Jul 2008 15:05:25 +0000 (15:05 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7350 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/bcomm/dircomm.cpp
bacula/src/qt-console/console/console.cpp
bacula/src/qt-console/restore/restoretree.cpp
bacula/technotes-2.5

index ae97f9af3384635d55c367fd3ba4f6523b599cbf..e96ca6a0d0948e81cb37e906a5169c92889a1685 100644 (file)
@@ -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;
index f159083c9e32fbc5cbfbfe55906d2765df0b6bbf..7defc72e65c5cf371b4be690d04c60e0fb0212a5 100644 (file)
@@ -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;
index 6aa4b54d03c860479ef4d5cca4f4356e7e431332..9171b321c4c7114b3bbe2c1c79f5640df17b2783 100644 (file)
@@ -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));
index ae44e8423a398ac3d704695d8eabe0d35caeeb0f..1436c9ece5f14adfef0b9be844c3e4b3657809a6 100644 (file)
@@ -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