diff options
author | Thomas Markwalder <tmark@isc.org> | 2015-07-29 08:32:50 -0400 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2015-07-29 08:32:50 -0400 |
commit | 6a39bcf0be695fa2e0b62312ea8bdc830a08f7bc (patch) | |
tree | fd823fce88d2d70954c8c0a7be9f93d7b6736144 /client | |
parent | 673137b13addbcb5b8f672f6d905e979a02fa69e (diff) | |
download | isc-dhcp-6a39bcf0be695fa2e0b62312ea8bdc830a08f7bc.tar.gz |
[master] Fixed server crash after billing class is deleted
Merges in rt39978.
Diffstat (limited to 'client')
-rw-r--r-- | client/dhclient.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/dhclient.c b/client/dhclient.c index d14a9cf7..be2af6ad 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -870,11 +870,9 @@ void classify (packet, class) { } -int unbill_class (lease, class) +void unbill_class (lease) struct lease *lease; - struct class *class; { - return 0; } int find_subnet (struct subnet **sp, |