---
 src/conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf.c b/src/conf.c
index 1a2d705..d4c6619 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -346,7 +346,7 @@ unsigned char *get_fingerprint(const char *s, size_t len)
                 return NULL;
             }
         }
-        if (i < len - 1 && s[3 * i + 2] != ':')
+        if (i < len - 1 && s[3 * i + 2] != ':' && s[3 * i + 2] != ' ')
         {
             free(fingerprint);
             return NULL;
-- 
2.1.1


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
mpop-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mpop-users

Reply via email to