Skip to content

Commit cd98638

Browse files
committed
MFH: fix compile warning
1 parent dd5c63b commit cd98638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/session/session.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ static PHP_INI_MH(OnUpdateSaveDir) {
129129
}
130130
}
131131
OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
132+
return SUCCESS;
132133
}
133134

134135
/* {{{ PHP_INI

0 commit comments

Comments
 (0)