mirror of
https://github.com/nginx/nginx.git
synced 2025-01-22 12:12:59 +08:00
add comment
This commit is contained in:
parent
36d520d686
commit
9a29d129f2
@ -694,6 +694,9 @@ ngx_http_perl_eval_anon_sub(pTHX_ ngx_str_t *handler, SV **sv)
|
|||||||
|
|
||||||
if (ngx_strncmp(p, "sub ", 4) == 0 || ngx_strncmp(p, "use ", 4) == 0) {
|
if (ngx_strncmp(p, "sub ", 4) == 0 || ngx_strncmp(p, "use ", 4) == 0) {
|
||||||
*sv = eval_pv((char *) p, FALSE);
|
*sv = eval_pv((char *) p, FALSE);
|
||||||
|
|
||||||
|
/* eval_pv() does not set ERRSV on failure */
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user