- Timestamp:
- 02/08/07 23:32:46 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renetcolAgg.c
r25 r26 93 93 ipStr, 94 94 RRD_EXTENSION, 95 now , /* or ctime(&now) with %s FIXME -300*/95 now-300, /* or ctime(&now) with %s */ 96 96 shmForAgg->prefixV4Tab[index][i].flowNbIN, /* 1 */ 97 97 shmForAgg->prefixV4Tab[index][i].flowNbOUT, … … 126 126 ); 127 127 printf("\n%s\n", buf); 128 if ( 0 == (res_rrd = wrap_rrd_update(buf) )) {128 if ( (res_rrd = wrap_rrd_update(buf)) < 0 ) { 129 129 syslog(LOG_ERR, "wrap_rrd_update return : %d, param were : %s", res_rrd, buf); 130 130 }