mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 21:00:42 +01:00
Remove a no-effect ", NULL";
It does nothing, at is just confusing. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
e1753e3dd1
commit
7580b8c954
@ -340,7 +340,7 @@ CODESTARTnewActInst
|
||||
if(!strcmp(actpblk.descr[i].name, "server")) {
|
||||
pData->server = (uchar*)es_str2cstr(pvals[i].val.d.estr, NULL);
|
||||
} else if(!strcmp(actpblk.descr[i].name, "serverport")) {
|
||||
pData->port = (int) pvals[i].val.d.n, NULL;
|
||||
pData->port = (int) pvals[i].val.d.n;
|
||||
} else if(!strcmp(actpblk.descr[i].name, "db")) {
|
||||
pData->db = (uchar*)es_str2cstr(pvals[i].val.d.estr, NULL);
|
||||
} else if(!strcmp(actpblk.descr[i].name, "collection")) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user