netfilter: nf_conntrack_sip: de-static helper pointers
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 8 Sep 2008 01:19:25 +0000 (18:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Sep 2008 01:19:25 +0000 (18:19 -0700)
Helper's ->help hook can run concurrently with itself, so iterating over
SIP helpers with static pointer won't work reliably.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found