]> granicus.if.org Git - php/commitdiff
MFH: fix compile warning
authorAntony Dovgal <tony2001@php.net>
Sun, 22 May 2005 12:57:45 +0000 (12:57 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 22 May 2005 12:57:45 +0000 (12:57 +0000)
ext/session/session.c

index bf23635290cb763675e9f7acbf704f11c9c63730..f6fdb6302cb1c1d2292b044d47d035704db27ec3 100644 (file)
@@ -143,6 +143,7 @@ static PHP_INI_MH(OnUpdateSaveDir) {
                }
        }
        OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
+       return SUCCESS;
 }
 
 /* {{{ PHP_INI