pyargv fixes

This commit is contained in:
roberto@fiorenzo
2010-10-25 08:59:50 +02:00
parent 1a6324e825
commit d0c071e759
5 changed files with 15 additions and 17 deletions
+3
View File
@@ -548,6 +548,9 @@ int uwsgi_python_manage_options(int i, char *optarg) {
case 'H':
up.home = optarg;
return 1;
case 'O':
up.optimize = atoi(optarg);
return 1;
case LONG_ARGS_CALLABLE:
up.callable = optarg;
return 1;