iliaa           Tue Dec 10 10:36:26 2002 EDT

  Modified files:              
    /php4/main  rfc1867.c 
  Log:
  Removed a pointless check. Thanks Stefan.
  
  
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.125 php4/main/rfc1867.c:1.126
--- php4/main/rfc1867.c:1.125   Fri Dec  6 19:48:13 2002
+++ php4/main/rfc1867.c Tue Dec 10 10:36:26 2002
@@ -16,7 +16,7 @@
    |          Jani Taskinen <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: rfc1867.c,v 1.125 2002/12/07 00:48:13 iliaa Exp $ */
+/* $Id: rfc1867.c,v 1.126 2002/12/10 15:36:26 iliaa Exp $ */
 
 /*
  *  This product includes software developed by the Apache Group
@@ -840,9 +840,7 @@
                                }
                        }
                        if (skip_upload) {
-                               if (param) {
-                                       efree(param);
-                               }       
+                               efree(param);
                                if (filename) {
                                        efree(filename);
                                }



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

Reply via email to