File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ static bool nr_execute_handle_autoload_composer_is_initialized() {
35
35
static int nr_execute_handle_autoload_composer_init (const char * vendor_path ) {
36
36
char * code = NULL ;
37
37
zval retval ;
38
- int result = -1 ;
38
+ int result = FAILURE ;
39
39
40
40
if (nr_execute_handle_autoload_composer_is_initialized ()) {
41
41
nrl_verbosedebug (NRL_INSTRUMENT , "%s: already initialized" , __func__ );
@@ -72,7 +72,7 @@ static void nr_execute_handle_autoload_composer_get_packages_information(
72
72
const char * vendor_path ) {
73
73
zval retval ; // This is used as a return value for zend_eval_string.
74
74
// It will only be set if the result of the eval is SUCCESS.
75
- int result = -1 ;
75
+ int result = FAILURE ;
76
76
77
77
// nrunlikely because this should alredy be ensured by the caller
78
78
if (nrunlikely (!NRINI (vulnerability_management_package_detection_enabled ))) {
You can’t perform that action at this time.
0 commit comments