[Lsb-messages] /var/www/bzr/lsb/devel/olver-core-tests r109: olver syslog mediator fix (bug 4094)

Mats Wichmann mats at linuxfoundation.org
Sun Jun 7 15:00:26 UTC 2015


------------------------------------------------------------
revno: 109 [merge]
author: Kurban Mallachiev
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: olver-core-tests
timestamp: Sun 2015-06-07 09:00:26 -0600
message:
  olver syslog mediator fix (bug 4094)
modified:
  package/Makefile
  src/agent/io/syslog/syslog_agent.c
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2014-09-26 15:28:50 +0000
+++ b/package/Makefile	2015-06-07 15:00:26 +0000
@@ -1,5 +1,5 @@
 PACKAGE=lsb-test-olver-core
-VERSION=5.0.0
+VERSION=5.0.1
 BUILDNO=1
 
 # for pkgchk

=== modified file 'src/agent/io/syslog/syslog_agent.c'
--- a/src/agent/io/syslog/syslog_agent.c	2008-09-05 17:30:58 +0000
+++ b/src/agent/io/syslog/syslog_agent.c	2015-06-04 13:38:45 +0000
@@ -133,6 +133,8 @@
     // Response
     writeString(thread, "Ok");
     sendResponse(thread);
+
+    return taDefaultVerdict;
 }
 
 /********************************************************************/



More information about the lsb-messages mailing list