cleanup
authorLuke Howard <lukeh@padl.com>
Mon, 27 Sep 2010 01:02:45 +0000 (03:02 +0200)
committerLuke Howard <lukeh@padl.com>
Mon, 27 Sep 2010 01:02:45 +0000 (03:02 +0200)
lib/client.c

index ccb1357..b4ea7aa 100644 (file)
@@ -519,7 +519,6 @@ int sasl_client_start(sasl_conn_t *conn,
     if (result != 0)
        return result;
 
-    /* If we have CB and the server supports it, we should use it */
     if (SASL_CB_PRESENT(c_conn->cparams) && server_can_cb)
        c_conn->cparams->chanbindingflag = SASL_CB_FLAG_WANT;
     else