CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/08/07 11:59:02
Modified files: usr.sbin/relayd: parse.y Log message: Fix carp demotion on tables. For some reason the default values were inherited from the table definition even though these values could not be changed there. While there fix a memory leak in a rather strange case. OK phessler, jsg, pyr, sthen, deraadt