From abab84efc7e7e02926e97f94074f17fe06112b18 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Tue, 28 Sep 2010 19:00:20 +0200 Subject: [PATCH] fix comments for sasl_cbinding_disp_t --- include/saslplug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.1.4