Browse Source

removed unused variable

0.1.7
Georg Hopp 12 years ago
parent
commit
9b45f05a17
  1. 1
      src/application/session_cleanup.c

1
src/application/session_cleanup.c

@ -44,7 +44,6 @@ applicationSessionCleanup(Application this, time_t now)
if (0 < expired && SESSION_LIVETIME > expired) { if (0 < expired && SESSION_LIVETIME > expired) {
Hash * tmp_buf = memCalloc(SESSION_LIVETIME, sizeof(Hash)); Hash * tmp_buf = memCalloc(SESSION_LIVETIME, sizeof(Hash));
unsigned int i = 0;
memcpy( memcpy(
&(tmp_buf[expired]), &(tmp_buf[expired]),

Loading…
Cancel
Save