From 0cd8c287a46420768a5b11406638316f859a4873 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 8 Jun 2012 19:52:28 +0100 Subject: sasl: Re-factored mechanism constants in preparation for APOP work --- lib/pop3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pop3.h') diff --git a/lib/pop3.h b/lib/pop3.h index ef00231c4..949ac5059 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -57,7 +57,7 @@ struct pop3_conn { have been received so far */ size_t strip; /* Number of bytes from the start to ignore as non-body */ - unsigned int authmechs; /* Accepted authentication methods */ + unsigned int authmechs; /* Accepted SASL authentication mechanisms */ unsigned int authused; /* Authentication method used for the connection */ pop3state state; /* Always use pop3.c:state() to change state! */ }; -- cgit v1.2.3