]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct comment
authorNick Porter <nick@portercomputing.co.uk>
Thu, 4 Sep 2025 12:45:50 +0000 (13:45 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 4 Sep 2025 14:32:40 +0000 (15:32 +0100)
src/modules/rlm_smtp/rlm_smtp.c

index bfe35285e20cc6da30703e4c7cd7a535085b31ab..e2ab62f7a3fed3b7911f276a15acb9594e2530ad 100644 (file)
@@ -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
  *