tls: fix a tls.fingerprint issue in debug mode

Print proper variable so we don't NULL-deref.

Bug #1279.
pull/1126/head
Victor Julien 11 years ago
parent e0307b0993
commit 8b4615f8e7

@ -661,7 +661,7 @@ static DetectTlsData *DetectTlsFingerprintParse (char *str)
SCFree(orig);
SCLogDebug("will look for TLS fingerprint %s", tls->subject);
SCLogDebug("will look for TLS fingerprint %s", tls->fingerprint);
return tls;

Loading…
Cancel
Save