diff options
Diffstat (limited to 'lib/pop3.c')
-rw-r--r-- | lib/pop3.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index 88c8f2bc7..9eaa09b6c 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -1461,9 +1461,7 @@ static CURLcode pop3_do(struct connectdata *conn, bool *done) * * pop3_quit() * - * This should be called before calling sclose(). We should then wait for the - * response from the server before returning. The calling code should then try - * to close the connection. + * Performs the quit action prior to sclose() be called. */ static CURLcode pop3_quit(struct connectdata *conn) { |