]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Removed superfluous parameter to printf.
authorTobias Brunner <tobias@strongswan.org>
Thu, 14 Apr 2011 15:25:25 +0000 (17:25 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 14 Apr 2011 16:11:46 +0000 (18:11 +0200)
src/libhydra/plugins/attr_sql/pool.c

index b4bdfc629eed6987786713a6c15f5d17075e4eb9..ac8a14d2c3159b173c13ab0f0fd164892e4d3bea 100644 (file)
@@ -586,7 +586,7 @@ static void resize(char *name, host_t *end)
                        DB_UINT, id, DB_BLOB, cur_addr, DB_UINT, 0, DB_UINT, 0, DB_UINT, 1);
        }
        commit_transaction();
-       printf("done.\n", count);
+       printf("done.\n");
 
 }