summaryrefslogtreecommitdiff
path: root/flowtop.c
diff options
context:
space:
mode:
Diffstat (limited to 'flowtop.c')
-rw-r--r--flowtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowtop.c b/flowtop.c
index b094c44..bff06ec 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -431,7 +431,7 @@ static void walk_processes(struct flow_entry *n)
closedir(dir);
}
-static int get_port_inode(uint16_t port, int proto, int is_ip6)
+static int get_port_inode(uint16_t port, int proto, bool is_ip6)
{
int ret = -ENOENT;
char path[128], buff[1024];