Update all copyright messages to cover 1995 - 2009. Remove tab from exim_checkaccess.src
[exim.git] / src / src / verify.c
index ab7e2756fae0dd825a3e8ffd76322cd7bdbca3cf..cc821a20146f99cb41404ebd4b7186bfcc2bb169 100644 (file)
@@ -1,10 +1,10 @@
-/* $Cambridge: exim/src/src/verify.c,v 1.52 2008/09/29 11:41:07 nm4 Exp $ */
+/* $Cambridge: exim/src/src/verify.c,v 1.54 2009/11/16 19:50:37 nm4 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2007 */
+/* Copyright (c) University of Cambridge 1995 - 2009 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions concerned with verifying things. The original code for callout
@@ -893,7 +893,7 @@ va_start(ap, format);
 if (smtp_out && (f == smtp_out))
   smtp_vprintf(format, ap);
 else
-  fprintf(f, format, ap);
+  vfprintf(f, format, ap);
 va_end(ap);
 }