summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r--plugins/check_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index c103612..054f1a3 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -275,7 +275,7 @@ main (int argc, char **argv)
275 } 275 }
276 printf("server_expect_count: %d\n", (int)server_expect_count); 276 printf("server_expect_count: %d\n", (int)server_expect_count);
277 for(size_t i = 0; i < server_expect_count; i++) 277 for(size_t i = 0; i < server_expect_count; i++)
278 printf("\t%d: %s\n", i, server_expect[i]); 278 printf("\t%zd: %s\n", i, server_expect[i]);
279 } 279 }
280 280
281 /* if(len) later on, we know we have a non-NULL response */ 281 /* if(len) later on, we know we have a non-NULL response */