Browse Source

ckdb - remove incorrect gcc warning

master
kanoi 9 years ago
parent
commit
a4269d3126
  1. 2
      src/ckdb_data.c

2
src/ckdb_data.c

@ -4638,7 +4638,7 @@ int check_events(EVENTS *events)
EVENTS *e = NULL; EVENTS *e = NULL;
char cmd[MAX_ALERT_CMD+1]; char cmd[MAX_ALERT_CMD+1];
int count, secs; int count, secs;
int tyme, limit, lifetime; int tyme, limit, lifetime = 0;
char name[TXT_SML+1]; char name[TXT_SML+1];
pid_t pid; pid_t pid;
tv_t now; tv_t now;

Loading…
Cancel
Save