diff options
author | Pixel <pixel@nobis-crew.org> | 2008-10-17 18:33:11 +0200 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-10-17 18:33:11 +0200 |
commit | 9b3ff53ffc285a501a20dddf4c6aaf4d9836d5fe (patch) | |
tree | 4562ebe00c725d99307f25be5823ac6d24279552 | |
parent | 3654c39e8a2743b246faddbfa577794986ab927c (diff) |
Linux compilation fix.
-rw-r--r-- | lib/MailServer.cc | 2 |
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; |