From b752ece33eab1b99d6f6897a403fb4885b8f3faa Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 27 Sep 2010 02:59:52 +0200 Subject: [PATCH] cleanup --- lib/client.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/client.c b/lib/client.c index 9e1d66f..ccb1357 100644 --- a/lib/client.c +++ b/lib/client.c @@ -272,18 +272,18 @@ static void client_dispose(sasl_conn_t *pconn) * service -- registered name of the service using SASL (e.g. "imap") * serverFQDN -- the fully qualified domain name of the server * iplocalport -- client IPv4/IPv6 domain literal string with port - * (if NULL, then mechanisms requiring IPaddr are disabled) + * (if NULL, then mechanisms requiring IPaddr are disabled) * ipremoteport -- server IPv4/IPv6 domain literal string with port - * (if NULL, then mechanisms requiring IPaddr are disabled) + * (if NULL, then mechanisms requiring IPaddr are disabled) * prompt_supp -- list of client interactions supported - * may also include sasl_getopt_t context & call - * NULL prompt_supp = user/pass via SASL_INTERACT only - * NULL proc = interaction supported via SASL_INTERACT + * may also include sasl_getopt_t context & call + * NULL prompt_supp = user/pass via SASL_INTERACT only + * NULL proc = interaction supported via SASL_INTERACT * secflags -- security flags (see above) * in/out: - * pconn -- connection negotiation structure - * pointer to NULL => allocate new - * non-NULL => recycle storage and go for next available mech + * pconn -- connection negotiation structure + * pointer to NULL => allocate new + * non-NULL => recycle storage and go for next available mech * * Returns: * SASL_OK -- success -- 2.1.4