]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
faxmail: debugLeaveTmp condition was reversed
authorAidan Van Dyk <aidan@ifax.com>
Tue, 23 Oct 2007 21:17:31 +0000 (21:17 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Tue, 23 Oct 2007 21:17:31 +0000 (21:17 +0000)
faxmail/faxmail.c++

index 7d7658ac5f006eab2bc09f4b0f885f5a11cedff2..a8a8043227cf1cb9fe8451e94a8e85cd1facccc5 100644 (file)
@@ -135,7 +135,7 @@ faxMailApp::faxMailApp()
 faxMailApp::~faxMailApp()
 {
     delete client;
-    if (debugLeaveTmp)
+    if (debugLeaveTmp)
     {
        for (u_int i = 0, n = tmps.length(); i < n; i++)
            Sys::unlink(tmps[i]);