removed comma after AUTH_LOGIN

This commit is contained in:
Aleksandar Fabijanic 2008-07-08 11:55:53 +00:00
parent 3b579d9235
commit 795601ec64

View File

@ -67,7 +67,7 @@ public:
{
AUTH_NONE,
AUTH_CRAM_MD5,
AUTH_LOGIN,
AUTH_LOGIN
};
SMTPClientSession(const StreamSocket& socket);