mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 08:57: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) {
|
||||
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
|
||||
P_(P_AD) { print_data(ssl, &d); }
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue