b51733c456
In the function sstore_stage_select() the local variables were set up and defined. Unfortunately this function was never called. This patch moves variable set up to the sstore_stage_register() function and checks the return values of the variable initialization. This commit was SVN r30958.