tony2001                Sun May 22 08:57:46 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/session        session.c 
  Log:
  MFH: fix compile warning
  
  
http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.391.2.13&r2=1.391.2.14&ty=u
Index: php-src/ext/session/session.c
diff -u php-src/ext/session/session.c:1.391.2.13 
php-src/ext/session/session.c:1.391.2.14
--- php-src/ext/session/session.c:1.391.2.13    Sat May 21 14:54:57 2005
+++ php-src/ext/session/session.c       Sun May 22 08:57:45 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: session.c,v 1.391.2.13 2005/05/21 18:54:57 rasmus Exp $ */
+/* $Id: session.c,v 1.391.2.14 2005/05/22 12:57:45 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -143,6 +143,7 @@
                }
        }
        OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, 
mh_arg3, stage TSRMLS_CC);
+       return SUCCESS;
 }
 
 /* {{{ PHP_INI

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

Reply via email to