CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2009/07/12 09:36:41
Modified files: usr.sbin/bgpd : mrt.c Log message: Remove a semicolon at the end of an if statement so the test if a buffer isn't NULL before freeing has effect. This was harmless as it is in a failure case and free(NULL) is valid in userland.