]> git.sur5r.net Git - bacula/bacula/commitdiff
Disable comm timer for now
authorKern Sibbald <kern@sibbald.com>
Tue, 24 Mar 2009 10:51:48 +0000 (10:51 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 24 Mar 2009 10:51:48 +0000 (10:51 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8588 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/bcomm/dircomm_auth.cpp

index 1f7524a6b7a725c1a33e069201bf34f155e930a1..e639d364cbc7a07982e02aaa8a6a6e603f6bba72 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2001-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2001-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -102,7 +102,8 @@ bool DirComm::authenticate_director(JCR *jcr, DIRRES *director, CONRES *cons,
    }
 
    /* Timeout Hello after 15 secs */
-   dir->start_timer(15);
+// Temp turn this off until we workout how to make sigusr2 work with Qt
+//   dir->start_timer(15);
    dir->fsend(hello, bashed_name);
 
    /* respond to Dir challenge */