Imported Upstream version 3.3.3
[debian/amanda] / client-src / amandates.c
index abbef3626c19d5a40deb41586cc20733b0b0f63d..f7a3c640ffb0b72d3a042ea4e69935fa72714c05 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1998 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -57,8 +58,10 @@ start_amandates(
     int ch;
     char *qname;
 
-    if (amandates_file == NULL)
+    if (amandates_file == NULL) {
+       errno = 0;
        return 0;
+    }
 
     /* clean up from previous invocation */