From 9b3ff53ffc285a501a20dddf4c6aaf4d9836d5fe Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 17 Oct 2008 18:33:11 +0200 Subject: Linux compilation fix. --- lib/MailServer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MailServer.cc b/lib/MailServer.cc index 0f5194c..c0e3607 100644 --- a/lib/MailServer.cc +++ b/lib/MailServer.cc @@ -51,7 +51,7 @@ class ProcessSMTPRequest : public Task { static Regex single_dot("^\\.$"), dotted_line("^\\..+$"); -int ProcessSMTPRequest::Do() { +int ProcessSMTPRequest::Do() throw (GeneralException) { String l, cmd; Buffer * out; -- cgit v1.2.3