]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Tweak for win32 compilation
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 12 Jul 2008 12:36:26 +0000 (12:36 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 12 Jul 2008 12:36:26 +0000 (12:36 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7357 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

index b0456456fce31a86988d95d453adf7ca3a8091ee..a238ecec52a38687ebaea3e2bd361fcf74e0511f 100644 (file)
@@ -538,7 +538,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 58f175e5ba5201f6605d5557e0a8ac56185bb24d..63ca00100959adff57ae85e3fd58760e1f49d143 100644 (file)
@@ -842,7 +842,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..7535f67339d5fc3a07cca03213bb546393020e94 100644 (file)
@@ -478,7 +478,7 @@ void restoreTree::refreshButtonPushed()
 /*
  * Set the values of non-job combo boxes to the job defaults
  */
-void restoreTree::jobComboChanged(int)
+void restoreTree::jobComboChanged(int index)
 {
    if (jobCombo->currentText() == tr("Any")) {
       fileSetCombo->setCurrentIndex(fileSetCombo->findText(tr("Any"), Qt::MatchExactly));