Changeset 434 for trunk


Ignore:
Timestamp:
May 5, 2013, 12:49:50 PM (12 years ago)
Author:
katerina
Message:

Fix for ticket #339 (broken audit support)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r433 r434  
    113.0.12:
     2        * Fix for broken support for audit subsystem (reported
     3          by isquish)
    24        * Fix for incorrect use of sh_inotify_add_watch_later
    35          which causes a steady increase in memory usage
  • trunk/src/sh_audit.c

    r419 r434  
    280280  this->file = sh_util_strdup(file);
    281281  this->next = mark_these;
     282  mark_these = this;
    282283  return;
    283284}
Note: See TracChangeset for help on using the changeset viewer.