--- embedaddon/dhcp/omapip/buffer.c 2012/10/09 09:06:54 1.1.1.1 +++ embedaddon/dhcp/omapip/buffer.c 2013/07/22 12:54:39 1.1.1.1.2.1 @@ -281,8 +281,6 @@ isc_result_t omapi_connection_copyin (omapi_object_t * omapi_connection_object_t *c; /* Make sure len is valid. */ - if (len < 0) - return ISC_R_INVALIDARG; if (!h || h -> type != omapi_type_connection) return ISC_R_INVALIDARG; c = (omapi_connection_object_t *)h;