Skip to content

Commit 5dfd667

Browse files
committed
utilisation de zbx_cfg_line_t
1 parent fddc865 commit 5dfd667

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 zbx_addr_t cfg[] = {
121+
static zbx_cfg_line_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)