Skip to content

Commit

Permalink
passage a zbx_addr_t;
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent 5843c8c commit fddc865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbx_php.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int load_php_env_config(void) {
{ NULL },
};
#else
static cfg_line cfg[] = {
static zbx_addr_t cfg[] = {
{ "PHP_SCRIPT_PATH", &php_path, ZBX_CFG_TYPE_STRING , ZBX_CONF_PARM_MAND, 0, 0 },
{ NULL },
};
Expand Down

0 comments on commit fddc865

Please sign in to comment.