No need to dupe this string in cli sapi (Bug #15181).

This commit is contained in:
Edin Kadribasic 2002-01-23 13:15:16 +00:00
parent 47c2644e1d
commit f18fade888

View file

@ -407,7 +407,7 @@ int main(int argc, char *argv[])
break;
case 'f': /* parse file */
script_file = estrdup(ap_php_optarg);
script_file = ap_php_optarg;
no_headers = 1;
break;