]> git.ipfire.org Git - thirdparty/dhcp.git/commit
The size of the OMAPI group object was being assigned as
authorDamien Neil <source@isc.org>
Tue, 8 Aug 2000 18:07:16 +0000 (18:07 +0000)
committerDamien Neil <source@isc.org>
Tue, 8 Aug 2000 18:07:16 +0000 (18:07 +0000)
commitc284b6fd1bb339e89d057a2683be8dc8f4f335e6
tree34c456f281abe6bfda93572b1e90fd93d05e4a64
parent61f7ecee7730173d792b717a05e1bcb1a0812482
The size of the OMAPI group object was being assigned as
sizeof(struct group), not sizeof(struct group_object).  Fixed.
common/comapi.c