On Thursday 03 December 2009 08:24:07 Linus Lüssing wrote:
In commit 1488 the orig_str has been removed from purge_orig_neighbours(). Apparently, this breaks compilation when enabling debug-flags, as bat_dbg() is expecting this variable as a parameter. Actually, this variable has never been initialised also before commit 1488 (which was probably the reason for mistakenly removing it). This tiny patch adds the orig_str again, but initialises it now as well.
Signed-off-by: Linus Lüssing linus.luessing@web.de
Thanks for your patch - I just applied it. By the way, it was a bit troublesome - somehow patch did not like your email. I got malformed patch error messages. Not sure what the issue is.
Regards, Marek