On Saturday 24 May 2014 14:16:44 Sven Eckelmann wrote:
The debug table function uses a parameter to filter out old originator nodes when read_file processes the file. The variable is by default not initialized and still given to this function. This is bad practice and irritates checker tools.
Signed-off-by: Sven Eckelmann sven@narfation.org
debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision cc9e48b.
Thanks, Marek