diff options
Diffstat (limited to 'networking/pscan.c')
-rw-r--r-- | networking/pscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/pscan.c b/networking/pscan.c index 28005ad..72ed8cd 100644 --- a/networking/pscan.c +++ b/networking/pscan.c @@ -157,7 +157,7 @@ int pscan_main(int argc UNUSED_PARAM, char **argv) } if (ENABLE_FEATURE_CLEAN_UP) free(lsap); - printf("%d closed, %d open, %d timed out (or blocked) ports\n", + printf("%u closed, %u open, %u timed out (or blocked) ports\n", closed_ports, open_ports, nports - (closed_ports + open_ports)); |