iliaa           Tue Dec 10 10:58:31 2002 EDT

  Modified files:              
    /php4/main  rfc1867.c 
  Log:
  Removed one more unneeded check.
  
  
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.126 php4/main/rfc1867.c:1.127
--- php4/main/rfc1867.c:1.126   Tue Dec 10 10:36:26 2002
+++ php4/main/rfc1867.c Tue Dec 10 10:58:31 2002
@@ -16,7 +16,7 @@
    |          Jani Taskinen <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: rfc1867.c,v 1.126 2002/12/10 15:36:26 iliaa Exp $ */
+/* $Id: rfc1867.c,v 1.127 2002/12/10 15:58:31 iliaa Exp $ */
 
 /*
  *  This product includes software developed by the Apache Group
@@ -841,9 +841,7 @@
                        }
                        if (skip_upload) {
                                efree(param);
-                               if (filename) {
-                                       efree(filename);
-                               }
+                               efree(filename);
                                continue;
                        }       
 



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

Reply via email to