K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2010-04-28T13:25:53.862381Z K 7 svn:log V 250 When in the RUN -> AUTH -> RUN FSM transition happens, we'll call the ratectl_node_init() functions and since ni_rtctls was already malloc'ed() we will panic. Fix this by using the already malloc'ed pointer. Found by: bschmidt Reviewed by: bschmidt END