mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 19:40:41 +01:00
fix compiler warning
This commit is contained in:
parent
09e4b4a7a6
commit
11d7bd7af7
@ -237,7 +237,7 @@ finalize_it:
|
|||||||
* to an established MySQL session.
|
* to an established MySQL session.
|
||||||
* Initially added 2004-10-28 mmeckelein
|
* Initially added 2004-10-28 mmeckelein
|
||||||
*/
|
*/
|
||||||
rsRetVal writeMySQL(wrkrInstanceData_t *pWrkrData, uchar *psz)
|
static rsRetVal writeMySQL(wrkrInstanceData_t *pWrkrData, uchar *psz)
|
||||||
{
|
{
|
||||||
DEFiRet;
|
DEFiRet;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user