summaryrefslogtreecommitdiff
path: root/pgsql.c
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-21 09:00:30 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-21 09:00:30 +0200
commit309ed299f2b723f9045e3120f79e56eab3dd46e9 (patch)
treedad019c9a45e607760f6eadb8f0bcc23de5279bc /pgsql.c
parent9d15a1e2af2f203f3cb4259fd4ef176fe8c19ac6 (diff)
downloadpgfuse-309ed299f2b723f9045e3120f79e56eab3dd46e9.tar.gz
pgfuse-309ed299f2b723f9045e3120f79e56eab3dd46e9.tar.bz2
small fix
Diffstat (limited to 'pgsql.c')
-rw-r--r--pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgsql.c b/pgsql.c
index 1527281..77bc110 100644
--- a/pgsql.c
+++ b/pgsql.c
@@ -230,7 +230,7 @@ int psql_read_buf( PGconn *conn, const int id, const char *path, char *buf, cons
char *iptr;
char *data;
size_t copied;
- int db_block_no;
+ int db_block_no = 0;
int idx;
char *dst;
PgMeta meta;