Using CSTRZ mapping type for go executable.

This commit is contained in:
Max Romanov
2017-09-05 10:22:45 -07:00
parent f1685e371f
commit 1429cacd17
3 changed files with 6 additions and 10 deletions

View File

@@ -148,7 +148,7 @@ static nxt_conf_map_t nxt_common_app_conf[] = {
{
nxt_string("executable"),
NXT_CONF_MAP_STR,
NXT_CONF_MAP_CSTRZ,
offsetof(nxt_common_app_conf_t, u.go.executable),
},
};