commit bef107d13c9366cd5d0d288d0fe581be846861b3 Author: Chris Moules <chris@gms.lu> Date: Wed Feb 18 12:48:52 2009 +0000 Patch so that the "allocate-find" ippool lookup will match "expiry_time" when is NULL. This is its default state, so unless otherwise set, you will never get a IP from the pool. Files changed: raddb/sql/mysql/ippool.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit b6453f333f6b86b7feb69d207e07d04f9c579404 Author: Chris Moules <chris@gms.lu> Date: Wed Feb 18 12:44:38 2009 +0000 Fix typo in MySQL ippool.conf and revert change from privous patch that modified one too many statements with "IS NULL" => "= NULL". One of these was in a WHERE clause where the "IS NULL" syntax is correct and needed. Files changed: raddb/sql/mysql/ippool.conf | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ======================================================================