diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-25 17:59:35 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-25 17:59:35 +0100 |
commit | 67e00c063122de13dd6c6354fa095978aa1773de (patch) | |
tree | 37e85b86b47488a79fcfacab6b1a4f25d456ad73 /tools/omfwd.c | |
parent | 611b3364491cf30dc866932a053ae925e1f182ac (diff) | |
download | rsyslog-67e00c063122de13dd6c6354fa095978aa1773de.tar.gz rsyslog-67e00c063122de13dd6c6354fa095978aa1773de.tar.xz rsyslog-67e00c063122de13dd6c6354fa095978aa1773de.zip |
bugfix: fixed some segaults on Solaris
where vsprintf() does not check for NULL pointers
Diffstat (limited to 'tools/omfwd.c')
-rw-r--r-- | tools/omfwd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/omfwd.c b/tools/omfwd.c index 1dd184ef..7a945ce0 100644 --- a/tools/omfwd.c +++ b/tools/omfwd.c @@ -615,7 +615,6 @@ CODE_STD_STRING_REQUESTparseSelectorAct(1) } else { CHKmalloc(pData->f_hname = strdup((char*) q)); } -dbgprintf("hostname '%s', port '%s'\n", pData->f_hname, pData->port); /* process template */ CHKiRet(cflineParseTemplateName(&p, *ppOMSR, 0, OMSR_NO_RQD_TPL_OPTS, |