X-Git-Url: http://git.pk910.de/?p=srvx.git;a=blobdiff_plain;f=src%2Fmail-smtp.c;h=9ec083d0a31defd4b9c10beb9de98cfc3f608c13;hp=13a6c383d7969a9ee305e6fedc3b47460f895f3f;hb=fc6ec41a5a09a61f6880c77ba5aa50e4e78387f5;hpb=22a50abd1e7ce6bfc4bdbf87dbe5217c75aeef8e diff --git a/src/mail-smtp.c b/src/mail-smtp.c index 13a6c38..9ec083d 100644 --- a/src/mail-smtp.c +++ b/src/mail-smtp.c @@ -79,7 +79,7 @@ static struct { int enabled; } smtp_conf; -DEFINE_LIST(mail_queue, struct pending_mail *); +DEFINE_LIST(mail_queue, struct pending_mail *) static void mail_println(const char *fmt, ...) {