Sync with dhcp leases reading code.

This commit is contained in:
jim-p 2011-05-13 13:07:56 -04:00
parent 60c5d29b5f
commit f1273b82b6

View File

@ -158,6 +158,10 @@ while($i < $leases_count) {
/* skip the next binding statement */
$f = $f+3;
break;
case "rewind":
/* skip the rewind binding statement */
$f = $f+3;
break;
case "hardware":
$leases[$l]['mac'] = $data[$f+2];
/* check if it's online and the lease is active */