tls: avoid double close.

This should fix issue 717441 reported by Coverity.
pull/58/merge
Eric Leblond 13 years ago committed by Victor Julien
parent 4e6a4c65f6
commit 41c72a537a

@ -354,6 +354,7 @@ end_fwrite_fpmeta:
fclose(fpmeta);
SCLogWarning(SC_ERR_FWRITE, "Unable to write certificate metafile");
}
SCReturn;
end_fp:
fclose(fp);
}

Loading…
Cancel
Save