Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 433)
+++ trunk/docs/Changelog	(revision 434)
@@ -1,3 +1,5 @@
 3.0.12:
+	* Fix for broken support for audit subsystem (reported
+	  by isquish)
 	* Fix for incorrect use of sh_inotify_add_watch_later
 	  which causes a steady increase in memory usage
Index: trunk/src/sh_audit.c
===================================================================
--- trunk/src/sh_audit.c	(revision 433)
+++ trunk/src/sh_audit.c	(revision 434)
@@ -280,4 +280,5 @@
   this->file = sh_util_strdup(file);
   this->next = mark_these;
+  mark_these = this;
   return;
 }
