From 7b12521679e3f1cf1779c3d995eb70cb18108e2e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 2 May 2011 17:13:14 +0200 Subject: [PATCH] Removed superfluous parameter missed in e5e5bcc92f. --- src/libhydra/plugins/attr_sql/pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libhydra/plugins/attr_sql/pool.c b/src/libhydra/plugins/attr_sql/pool.c index 820479e1c..e81a23ed9 100644 --- a/src/libhydra/plugins/attr_sql/pool.c +++ b/src/libhydra/plugins/attr_sql/pool.c @@ -379,7 +379,7 @@ static void add(char *name, host_t *start, host_t *end, int timeout) chunk_increment(cur_addr); } commit_transaction(); - printf("done.\n", count); + printf("done.\n"); } static bool add_address(u_int pool_id, char *address_str, int *family)