PP/12 fix uninitialised greeting string from PP/03
[exim.git] / src / src / smtp_out.c
index 484735032b12bbbf88d0067d996dcf79aa921a79..d6cfbba7dedf1663e674ba81c5856b4d8f39c0c7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/smtp_out.c,v 1.10 2009/11/16 19:50:37 nm4 Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -318,7 +316,7 @@ Returns:     0 if command added to pipelining buffer, with nothing transmitted
 */
 
 int
-smtp_write_command(smtp_outblock *outblock, BOOL noflush, char *format, ...)
+smtp_write_command(smtp_outblock *outblock, BOOL noflush, const char *format, ...)
 {
 int count;
 int rc = 0;