From 5151f14f5b644b1fe2ad02bc4f2c30a945edb145 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 27 Sep 2010 03:02:45 +0200 Subject: [PATCH] cleanup --- lib/client.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.1.4