diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-05-13 18:54:06 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-05-13 18:54:06 +0100 |
commit | fabe4dd996dd1e08707c4c33c498d86deaae6edd (patch) | |
tree | 1605d1c577cd8799308334f3560fd74a041eef05 /src | |
parent | 8a6eec04798d4000b00537e6c6f7f7f1596fccb8 (diff) |
Fix cert fingerprint path to deny noncerts
Diffstat (limited to 'src')
-rw-r--r-- | 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 9afc036fa..ff30996a9 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 |