add missing semi-colon
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Jun 2010 09:21:14 +0000 (11:21 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Jun 2010 09:21:14 +0000 (11:21 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
templates/syslog-ng.conf.erb

index fffd050..086d509 100644 (file)
@@ -459,8 +459,10 @@ destination loghost-heininen {
                     cert_file("/etc/ssl/debian/certs/thishost.crt")
                     ca_dir("/etc/ssl/debian/certs/")
                )
-       )
+       );
 };
+
+
 log {
        source(s_all);
        destination(loghost-heininen);