From: Luke Howard Date: Tue, 28 Sep 2010 17:00:20 +0000 (+0200) Subject: fix comments for sasl_cbinding_disp_t X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=commitdiff_plain;h=abab84efc7e7e02926e97f94074f17fe06112b18 fix comments for sasl_cbinding_disp_t --- diff --git a/include/saslplug.h b/include/saslplug.h index ad96e93..3e0555b 100755 --- a/include/saslplug.h +++ b/include/saslplug.h @@ -225,8 +225,8 @@ typedef enum { typedef enum { SASL_CB_DISP_NONE = 0, /* client did not support CB */ - SASL_CB_DISP_USED, /* client supports CB, thinks server does not */ - SASL_CB_DISP_WANT /* client supports and used CB */ + SASL_CB_DISP_USED, /* client supports and used CB */ + SASL_CB_DISP_WANT /* client supports CB, thinks server does not */ } sasl_cbinding_disp_t; /* TRUE if channel binding is non-NULL */