K 10 svn:author V 8 bschmidt K 8 svn:date V 27 2010-11-20T12:22:02.246482Z K 7 svn:log V 221 MFC r207323: 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. END