From cd3233ceef6a0e2f7c5895745fa41068901df214 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 17 Jul 2000 21:45:18 +0000 Subject: [PATCH] Clarify comment --- libraries/liblutil/sasl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblutil/sasl.c b/libraries/liblutil/sasl.c index 1a09e655eb..35f94fe740 100644 --- a/libraries/liblutil/sasl.c +++ b/libraries/liblutil/sasl.c @@ -163,7 +163,7 @@ static int interaction( } else { use_default: - /* must be empty */ + /* input must be empty */ interact->result = strdup( (dflt && *dflt) ? dflt : "" ); interact->len = interact->result ? strlen( interact->result ) : 0; -- 2.39.5