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

index 7825a7afe192c3199dd308ddec2add6568f57028..36fd5eeb16ffbbf259b8d6929286f69a4378b0ea 100644 (file)
@@ -129,6 +129,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