diff options
author | Stef Walter <stef@memberwebs.com> | 2004-12-01 19:04:03 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-12-01 19:04:03 +0000 |
commit | a8c6c85907bd16ec19d3c93bbec41cf05fed7465 (patch) | |
tree | 897dcfd9dd328dc4a0f11361e7f06becc7018131 /common | |
parent | eadc3d2fff8e808361e3a833104d097e9f083812 (diff) |
Clean up XCLIENT comments a bit.
Diffstat (limited to 'common')
-rw-r--r-- | common/smtppass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/smtppass.c b/common/smtppass.c index 5670a48..1e58024 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -843,7 +843,7 @@ static int smtp_passthru(spctx_t* ctx) /* * At this point we may want to send our XCLIENT. This is a per - * connection command, lasts until a RSET. + * connection command. */ if(xclient_sup && !xclient_sent && g_state.xclient) { |