diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-01-24 20:29:39 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-01-24 20:29:39 +0100 |
commit | 4e91e4a2dbab9d79e1047cfc2094a438561b5a21 (patch) | |
tree | 286f875c3c341a96174dc2db465c33becfbcd338 /sys/src/cmd/ip/dhcpd/dhcpd.c | |
parent | eb7eea0bb9012b6a1b544555e60f6e56af688cab (diff) |
ip/dhcpd: remove undocumented dhcpgroup mechanism, group related ndb attributes together
Diffstat (limited to 'sys/src/cmd/ip/dhcpd/dhcpd.c')
-rw-r--r-- | sys/src/cmd/ip/dhcpd/dhcpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/ip/dhcpd/dhcpd.c b/sys/src/cmd/ip/dhcpd/dhcpd.c index d71fdd897..ee2a7ebaf 100644 --- a/sys/src/cmd/ip/dhcpd/dhcpd.c +++ b/sys/src/cmd/ip/dhcpd/dhcpd.c @@ -402,7 +402,7 @@ proto(Req *rp, int n) /* info about target system */ if(lookup(rp->bp, &rp->ii, &rp->gii) == 0) - if(rp->ii.indb && rp->ii.dhcpgroup[0] == 0) + if(rp->ii.indb) rp->staticbinding = 1; if(rp->dhcptype) |