From: <kai...@us...> - 2003-11-19 03:55:16
|
Update of /cvsroot/ipac-ng/ipac-ng/storage/postgre In directory sc8-pr-cvs1:/tmp/cvs-serv11680/storage/postgre Modified Files: postgre.c Log Message: some cleanup Index: postgre.c =================================================================== RCS file: /cvsroot/ipac-ng/ipac-ng/storage/postgre/postgre.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- postgre.c 9 Nov 2003 17:17:39 -0000 1.27 +++ postgre.c 19 Nov 2003 03:55:13 -0000 1.28 @@ -451,7 +451,7 @@ data_record_type **data, char *filter) { rule_type *r, *r1 = NULL; - int i, nr_timestamps, index; + int i, nr_timestamps = 0, index; timestamp_t timestamp_akt; char wh_exec[320]; |