mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
Merge pull request #280 from rgerhards/fix-getsize
bugfix: size-based legacy config statements did not work properly
This commit is contained in:
commit
812361ff7a
@ -161,7 +161,7 @@ finalize_it:
|
||||
* param value must be int64!
|
||||
* rgerhards, 2008-01-09
|
||||
*/
|
||||
static rsRetVal doGetSize(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal)
|
||||
static rsRetVal doGetSize(uchar **pp, rsRetVal (*pSetHdlr)(void*, int64), void *pVal)
|
||||
{
|
||||
DEFiRet;
|
||||
int64 i;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user