CVSROOT:        /cvs
Module name:    src
Changes by:     ren...@cvs.openbsd.org  2016/05/23 10:39:47

Modified files:
        usr.sbin/ldpd  : parse.y 

Log message:
clear_config() should only deallocate memory and nothing else.

clear_config() is called when the parser fails (at startup or config
reload). While cleaning up the allocated memory, the parser should not
log anything, after all the daemon's running configuration is untouched.
So, in this case, we se should clear the partial config by hand and
avoid functions like if_del().

Reply via email to