On Wed, Jul 05, 2017 at 07:59:40AM +0200, Linus Lüssing wrote:
If so, what would you prefer, should I replace the "common->flags |= flags" with something like a "common->flags |= flags & (~BATADV_TT_SYNC_MASK)"? Or would you prefer setting the TEMP flag somewhere else explicitly, similarly like we seemingly handle the ROAM flag explicitly, too?
Went with the former approach to keep the change less invasive.
Regards, Linus