]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
Ulogd2: fix db OUTPUT system
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>
Sat, 12 Jan 2008 14:55:41 +0000 (14:55 +0000)
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>
Sat, 12 Jan 2008 14:55:41 +0000 (14:55 +0000)
commita8e06d3836dc7bacb31a2c6fae00ea49fb37214e
tree8e5600df8bcd519c367fe18e4a8e1430d1a85e23
parent77cd9a7241fd588f4be0d8c26f8aacf3a68f5dc5
Ulogd2: fix db OUTPUT system

The following patch fixes MySQL and Pgsql output modules.

The callback function was not correctly initialized and this was leading
to a crash by calling the a NULL function. This patch correctly inits
the callback.

Eric Leblond <eric@inl.fr>
util/db.c