소스 검색

empty stream is only allowed *within* curly brackets, i.e. see end of "notice:" line

Thomas Lotterer 23 년 전
부모
커밋
4bae66a6f9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      inn/fsl.inn

+ 2 - 2
inn/fsl.inn

@@ -16,6 +16,6 @@ ident (.+)/news q{
         critical: file(path="@l_prefix@/var/inn/log/news.crit",   append=1, perm=0644);
         error:    file(path="@l_prefix@/var/inn/log/news.err",    append=1, perm=0644);
         notice:   file(path="@l_prefix@/var/inn/log/news.notice", append=1, perm=0644);
-    };
-};
+    }
+}