]> git.ipfire.org Git - thirdparty/dhcp.git/commit
Fixed a typecast bug: the third argument of omapi_connection_array_extend()
authorDamien Neil <source@isc.org>
Thu, 15 Feb 2001 20:31:36 +0000 (20:31 +0000)
committerDamien Neil <source@isc.org>
Thu, 15 Feb 2001 20:31:36 +0000 (20:31 +0000)
commit2844788f4e2ef1d8a72267b2def926d79ac08ee6
tree60b90763d3a59d6dfd8fd7cbb9719440adf02568
parentb209f985c4c25903b6abed59e7b2d593f84216fd
Fixed a typecast bug: the third argument of omapi_connection_array_extend()
is an (int *), not a (u_int32_t *).
omapip/connection.c