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

« back to all changes in this revision

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