mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 23:20:42 +01:00
mmsequence: fix data types
This commit is contained in:
parent
c4a8f2819c
commit
6dfdaaf24d
@ -161,8 +161,8 @@ setInstParamDefaults(instanceData *pData)
|
||||
pData->valueFrom = 0;
|
||||
pData->valueTo = INT_MAX;
|
||||
pData->step = 1;
|
||||
pData->pszKey = "";
|
||||
pData->pszVar = JSON_VAR_NAME;
|
||||
pData->pszKey = (char*)"";
|
||||
pData->pszVar = (char*)JSON_VAR_NAME;
|
||||
}
|
||||
|
||||
BEGINnewActInst
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user