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