From: Luke Howard Date: Mon, 27 Sep 2010 01:02:45 +0000 (+0200) Subject: cleanup X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=commitdiff_plain;h=5151f14f5b644b1fe2ad02bc4f2c30a945edb145 cleanup --- diff --git a/lib/client.c b/lib/client.c index ccb1357..b4ea7aa 100644 --- a/lib/client.c +++ b/lib/client.c @@ -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