php: Return SUCCESS from PHP_MINIT_FUNCTION (found by Coverity).

This commit is contained in:
Richard W.M. Jones
2012-12-08 14:46:53 +00:00
parent 489cb059c2
commit 3fe5f0a971

View File

@@ -103,6 +103,7 @@ PHP_MINIT_FUNCTION (guestfs_php)
res_guestfs_h =
zend_register_list_destructors_ex (guestfs_php_handle_dtor,
NULL, PHP_GUESTFS_HANDLE_RES_NAME, module_number);
return SUCCESS;
}
static zend_function_entry guestfs_php_functions[] = {