sesser          Sat Dec 14 05:45:26 2002 EDT

  Modified files:              
    /php4/main  rfc1867.c 
  Log:
  cleanup
  
  
  
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.127 php4/main/rfc1867.c:1.128
--- php4/main/rfc1867.c:1.127   Tue Dec 10 10:58:31 2002
+++ php4/main/rfc1867.c Sat Dec 14 05:45:25 2002
@@ -16,7 +16,7 @@
    |          Jani Taskinen <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: rfc1867.c,v 1.127 2002/12/10 15:58:31 iliaa Exp $ */
+/* $Id: rfc1867.c,v 1.128 2002/12/14 10:45:25 sesser Exp $ */
 
 /*
  *  This product includes software developed by the Apache Group
@@ -813,13 +813,7 @@
 
                        /* If file_uploads=off, skip the file part */
                        if (!PG(file_uploads)) {
-                               if (filename) {
-                                       efree(filename);
-                               }
-                               if (param) {
-                                       efree(param);
-                               }
-                               continue;
+                               skip_upload = 1;
                        }
 
                        /* Return with an error if the posted data is garbled */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to