Skip to content

Commit fddc865

Browse files
committed
passage a zbx_addr_t;
1 parent 5843c8c commit fddc865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zbx_php.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ int load_php_env_config(void) {
118118
{ NULL },
119119
};
120120
#else
121-
static cfg_line cfg[] = {
121+
static zbx_addr_t cfg[] = {
122122
{ "PHP_SCRIPT_PATH", &php_path, ZBX_CFG_TYPE_STRING , ZBX_CONF_PARM_MAND, 0, 0 },
123123
{ NULL },
124124
};

0 commit comments

Comments
 (0)