[exim-cvs] Fix cert fingerprint path to deny noncerts

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix cert fingerprint path to deny noncerts
Gitweb: http://git.exim.org/exim.git/commitdiff/fabe4dd996dd1e08707c4c33c498d86deaae6edd
Commit:     fabe4dd996dd1e08707c4c33c498d86deaae6edd
Parent:     8a6eec04798d4000b00537e6c6f7f7f1596fccb8
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue May 13 18:54:06 2014 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue May 13 18:54:06 2014 +0100


    Fix cert fingerprint path to deny noncerts
---
 src/src/expand.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/src/src/expand.c b/src/src/expand.c
index 9afc036..ff30996 100644
--- a/src/src/expand.c
+++ b/src/src/expand.c
@@ -5762,6 +5762,7 @@ while (*s != 0)
         s = s1+1;
         break;
         }
+      vp = NULL;
       }
         /*FALLTHROUGH*/
 #endif