mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Minor lint
This commit is contained in:
parent
344117af57
commit
799f945887
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ static int decode_ContentType_application_data(ssl_obj *ssl,
|
||||||
|
|
||||||
if(NET_print_flags & NET_PRINT_JSON) {
|
if(NET_print_flags & NET_PRINT_JSON) {
|
||||||
json_object_object_add(jobj, "msg_data",
|
json_object_object_add(jobj, "msg_data",
|
||||||
json_object_new_string_len((char *) d.data, d.len));
|
json_object_new_string_len((char *)d.data, d.len));
|
||||||
} else
|
} else
|
||||||
P_(P_AD) { print_data(ssl, &d); }
|
P_(P_AD) { print_data(ssl, &d); }
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue