From: Nick Porter Date: Thu, 4 Sep 2025 12:45:50 +0000 (+0100) Subject: Correct comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f8d552c4d5d656185c6f244f81dd10f317162cc;p=thirdparty%2Ffreeradius-server.git Correct comment --- diff --git a/src/modules/rlm_smtp/rlm_smtp.c b/src/modules/rlm_smtp/rlm_smtp.c index bfe35285e2..e2ab62f7a3 100644 --- a/src/modules/rlm_smtp/rlm_smtp.c +++ b/src/modules/rlm_smtp/rlm_smtp.c @@ -620,7 +620,7 @@ static unlang_action_t smtp_io_module_resume(unlang_result_t *p_result, module_c * Checks that there is a User-Name and User-Password field in the request * As well as all of the required SMTP elements * Sets the: username, password - * website URI + * SMTP server URI * timeout information * TLS information * Sender and recipient information @@ -739,7 +739,7 @@ skip_auth: /* * Sets the: username, password - * website URI + * SMTP server URI * timeout information * and TLS information *