On Friday 2021-08-20 20:24, Grzegorz Kuczyński wrote: >Hello >A few years ago I add network namespace to extension condition. >I review this changes again and make changes again. >This is better version. It does not apply. Your mail software mangled the patch. I would also wish for a more precise description what causes these lines to need removal. >- if (cnet->after_clear) >- return; >- if (--var->refcount == 0) { >+ if (--var->refcount == 0 && >!list_empty_careful(&cnet->conditions_list)) {