Author: turnstep
Date: Sun May  4 05:13:52 2008
New Revision: 11192

Modified:
   DBD-Pg/trunk/dbdimp.c

Log:
Safety check.


Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c       (original)
+++ DBD-Pg/trunk/dbdimp.c       Sun May  4 05:13:52 2008
@@ -4254,7 +4254,7 @@
        dTHX;
        PGresult *result;
        ExecStatusType status = PGRES_FATAL_ERROR;
-       int rows;
+       int rows = 0;
        char *cmdStatus = NULL;
 
        if (TSTART) TRC(DBILOGFP, "%sBegin pg_db_result\n", THEADER);

Reply via email to