diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-04-14 17:25:25 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-04-14 18:11:46 +0200 |
commit | e5e5bcc92f3059f8cc22bfa970e00e59c0c7e5dc (patch) | |
tree | 13c73c57edde8a4590e83eb0a536f40cc95482b6 /src/libhydra | |
parent | b0fd7d14824b06310a38cb16eaa347ebca803b4f (diff) | |
download | strongswan-e5e5bcc92f3059f8cc22bfa970e00e59c0c7e5dc.tar.bz2 strongswan-e5e5bcc92f3059f8cc22bfa970e00e59c0c7e5dc.tar.xz |
Removed superfluous parameter to printf.
Diffstat (limited to 'src/libhydra')
-rw-r--r-- | src/libhydra/plugins/attr_sql/pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/plugins/attr_sql/pool.c b/src/libhydra/plugins/attr_sql/pool.c index b4bdfc629..ac8a14d2c 100644 --- a/src/libhydra/plugins/attr_sql/pool.c +++ b/src/libhydra/plugins/attr_sql/pool.c @@ -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"); } |