summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2008-10-17 18:33:11 +0200
committerPixel <pixel@nobis-crew.org>2008-10-17 18:33:11 +0200
commit9b3ff53ffc285a501a20dddf4c6aaf4d9836d5fe (patch)
tree4562ebe00c725d99307f25be5823ac6d24279552
parent3654c39e8a2743b246faddbfa577794986ab927c (diff)
Linux compilation fix.
-rw-r--r--lib/MailServer.cc2
1 files changed, 1 insertions, 1 deletions
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;