Max Kellermann wrote: > --- > > include/conntrackd.h | 2 +- > include/local.h | 11 ++++++++--- > src/local.c | 17 ++++++++++------- > src/run.c | 16 +++++++++------- > 4 files changed, 28 insertions(+), 18 deletions(-) Applied with some minor changes. Split one wraparound line (over 80 chars per column). Reserve space for the string in local_server struct. I know, this duplicates the space used since now we have two array of UNIX_PATH_MAX size in ct_conf and ct_state, however I prefer it to avoid dependencies between structures. -- "Los honestos son inadaptados sociales" -- Les Luthiers - 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