mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-24 18:37:05 +00:00
Add proper return value
This commit is contained in:
parent
96021582f4
commit
afedb20a97
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ static int destroy_ssl_ctx(handle,ctxp)
|
|||
ssl_decode_ctx *ctx=0;
|
||||
ctx=(ssl_decode_ctx *) *ctxp;
|
||||
ssl_decode_ctx_destroy(&ctx);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int create_ssl_analyzer(void *handle, proto_ctx *ctx, tcp_conn *conn,
|
||||
|
|
Loading…
Reference in a new issue