Imported Upstream version 2.6.1
[debian/amanda] / client-src / amandates.c
index abbef3626c19d5a40deb41586cc20733b0b0f63d..c16b246fb81904e92dd9c1861236ceea760820bf 100644 (file)
@@ -57,8 +57,10 @@ start_amandates(
     int ch;
     char *qname;
 
-    if (amandates_file == NULL)
+    if (amandates_file == NULL) {
+       errno = 0;
        return 0;
+    }
 
     /* clean up from previous invocation */