aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-03-09 12:10:01 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-03-09 12:10:01 +0000
commitb482417ac444fa086ec2a3d177ec064c4f71bf1a (patch)
tree4a42e98658b58d0bfff1b86d8d5fa29fbd37d49a /lib/pop3.c
parent4838d196fdbfcc3e8779ff4416ec5d0d35561172 (diff)
email: Updated the function descriptions for the logout / quit functions
Updated the function description comments following commit 4838d196fdbf.
Diffstat (limited to 'lib/pop3.c')
-rw-r--r--lib/pop3.c4
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)
{