THis patch fixes a crash in ulogd2 when dealing with default value given as string. Signed-off-by: Eric Leblond <eric@xxxxxx> --- :100644 100644 fe4106a... de2fd96... M src/ulogd.c src/ulogd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/ulogd.c b/src/ulogd.c index fe4106a..de2fd96 100644 --- a/src/ulogd.c +++ b/src/ulogd.c @@ -290,7 +290,7 @@ void get_plugin_infos(struct ulogd_plugin *me) case CONFIG_TYPE_STRING: printf("String"); printf(", Default: %s", - me->config_kset->ces[i].u.value); + me->config_kset->ces[i].u.string); break; case CONFIG_TYPE_INT: printf("Integer"); -- 1.5.2.5 - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html