fix comments for sasl_cbinding_disp_t
authorLuke Howard <lukeh@padl.com>
Tue, 28 Sep 2010 17:00:20 +0000 (19:00 +0200)
committerLuke Howard <lukeh@padl.com>
Tue, 28 Sep 2010 17:00:20 +0000 (19:00 +0200)
include/saslplug.h

index ad96e93..3e0555b 100755 (executable)
@@ -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 */