Your message dated Tue, 30 Jun 2015 18:31:51 +0200
with message-id <[email protected]>
and subject line Re: [PATCH] rsyslog: typos in imudp.c
has caused the Debian Bug report #772490,
regarding [PATCH] rsyslog: typos in imudp.c
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
772490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772490
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rsyslog
Source-Version: 8.4.2-1
Tags: patch
Hi,
Below patch fixes a few typos reported by lintian. There are a few
more in other files, though.
Cheers
---
Index: rsyslog-8.4.2-1/plugins/imudp/imudp.c
===================================================================
--- rsyslog-8.4.2-1/plugins/imudp/imudp.c
+++ rsyslog-8.4.2-1/plugins/imudp/imudp.c
@@ -187,9 +187,9 @@
};
#include "im-helper.h" /* must be included AFTER the type definitions! */
+/* create input instance, set default parameters, and
-/* create input instance, set default paramters, and
* add it to the list of instances.
*/
static rsRetVal
createInstance(instanceConf_t **pinst)
@@ -878,16 +878,16 @@
continue; /* array, handled by caller */
} else if(!strcmp(inppblk.descr[i].name, "name")) {
if(inst->inputname != NULL) {
errmsg.LogError(0, RS_RET_INVALID_PARAMS,
"imudp: name and inputname "
+ "parameter specified - only one
can be used");
- "paramter specified - only one
can be used");
ABORT_FINALIZE(RS_RET_INVALID_PARAMS);
}
inst->inputname =
(uchar*)es_str2cstr(pvals[i].val.d.estr, NULL);
} else if(!strcmp(inppblk.descr[i].name, "name.appendport")) {
if(bAppendPortUsed) {
errmsg.LogError(0, RS_RET_INVALID_PARAMS,
"imudp: name.appendport and "
+ "inputname.appendport parameter
specified - only one can be used");
- "inputname.appendport paramter
specified - only one can be used");
ABORT_FINALIZE(RS_RET_INVALID_PARAMS);
}
inst->bAppendPortToInpname = (int) pvals[i].val.d.n;
bAppendPortUsed = 1;
--
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
--- End Message ---
--- Begin Message ---
Version: 8.11.0-1
On Sun, 07 Dec 2014 20:21:44 +0100 Raphael Geissert
<[email protected]> wrote:
> Source: rsyslog
> Source-Version: 8.4.2-1
> Tags: patch
>
> Hi,
>
> Below patch fixes a few typos reported by lintian. There are a few
> more in other files, though.
Fixed in 8.11.0-1
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---