mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-08 14:50:54 +00:00
Warning fix
This commit is contained in:
parent
3695b75673
commit
65a9daa7cb
1 changed files with 2 additions and 2 deletions
|
|
@ -627,7 +627,7 @@ int MySQLDB::flow2InsertValues(Flow *f, char *json,
|
|||
htonl(f->get_srv_ip_addr()->get_ipv4()),
|
||||
f->get_srv_port(),
|
||||
f->get_protocol(),
|
||||
bytes_cli2srv, bytes_srv2cli,
|
||||
(uintmax_t)bytes_cli2srv, (uintmax_t)bytes_srv2cli,
|
||||
packets, first_seen, last_seen,
|
||||
info_buf ? info_buf : "",
|
||||
json_buf ? json_buf : "",
|
||||
|
|
@ -647,7 +647,7 @@ int MySQLDB::flow2InsertValues(Flow *f, char *json,
|
|||
f->get_srv_ip_addr()->print(srv_str, sizeof(srv_str)),
|
||||
f->get_srv_port(),
|
||||
f->get_protocol(),
|
||||
bytes_cli2srv, bytes_srv2cli,
|
||||
(uintmax_t)bytes_cli2srv, (uintmax_t)bytes_srv2cli,
|
||||
packets, first_seen, last_seen,
|
||||
info_buf ? info_buf : "",
|
||||
json_buf ? json_buf : "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue