[exim-cvs] fix typo in debug output

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] fix typo in debug output
Gitweb: https://git.exim.org/exim.git/commitdiff/4b8cdd1571a4635ff2951306102dc22f7c8af7f3
Commit:     4b8cdd1571a4635ff2951306102dc22f7c8af7f3
Parent:     d6a5a05b84595e4cdfe8f73672b4dbec5559e8aa
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Tue Jun 6 20:03:53 2023 +0200
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Tue Jun 6 20:03:53 2023 +0200


    fix typo in debug output
---
 src/src/expand.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


diff --git a/src/src/expand.c b/src/src/expand.c
index 26df25795..3428179d8 100644
--- a/src/src/expand.c
+++ b/src/src/expand.c
@@ -5382,18 +5382,18 @@ while (*s)
           if (iexpire >= inow)
             {
             prvscheck_result = US"1";
-            DEBUG(D_expand) debug_printf_indent("prvscheck: success, $pvrs_result set to 1\n");
+            DEBUG(D_expand) debug_printf_indent("prvscheck: success, $prvscheck_result set to 1\n");
             }
       else
             {
             prvscheck_result = NULL;
-            DEBUG(D_expand) debug_printf_indent("prvscheck: signature expired, $pvrs_result unset\n");
+            DEBUG(D_expand) debug_printf_indent("prvscheck: signature expired, $prvscheck_result unset\n");
             }
           }
         else
           {
           prvscheck_result = NULL;
-          DEBUG(D_expand) debug_printf_indent("prvscheck: hash failure, $pvrs_result unset\n");
+          DEBUG(D_expand) debug_printf_indent("prvscheck: hash failure, $prvscheck_result unset\n");
           }


         /* Now expand the final argument. We leave this till now so that


--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/