~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to wti.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-05-03 09:59:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080503095959-3zue1idtwaf9zu6m
Tags: 3.16.1-1
* New upstream release.
  - Fixes a segfault in the imklog input plugin. Closes: #479117

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 * Copyright 2008 Rainer Gerhards and Adiscon GmbH.
13
13
 *
14
 
 * This file is part of rsyslog.
 
14
 * This file is part of the rsyslog runtime library.
15
15
 *
16
 
 * Rsyslog is free software: you can redistribute it and/or modify
17
 
 * it under the terms of the GNU General Public License as published by
 
16
 * The rsyslog runtime library is free software: you can redistribute it and/or modify
 
17
 * it under the terms of the GNU Lesser General Public License as published by
18
18
 * the Free Software Foundation, either version 3 of the License, or
19
19
 * (at your option) any later version.
20
20
 *
21
 
 * Rsyslog is distributed in the hope that it will be useful,
 
21
 * The rsyslog runtime library is distributed in the hope that it will be useful,
22
22
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
23
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
 
 * GNU General Public License for more details.
 
24
 * GNU Lesser General Public License for more details.
25
25
 *
26
 
 * You should have received a copy of the GNU General Public License
27
 
 * along with Rsyslog.  If not, see <http://www.gnu.org/licenses/>.
 
26
 * You should have received a copy of the GNU Lesser General Public License
 
27
 * along with the rsyslog runtime library.  If not, see <http://www.gnu.org/licenses/>.
28
28
 *
29
29
 * A copy of the GPL can be found in the file "COPYING" in this distribution.
 
30
 * A copy of the LGPL can be found in the file "COPYING.LESSER" in this distribution.
30
31
 */
31
32
#include "config.h"
32
33