mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
php: Return SUCCESS from PHP_MINIT_FUNCTION (found by Coverity).
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user