dict.c: avoid code repetition in dictRehash().
Avoid code repetition introduced with PR #2367, also fixes the return value to always return 0 if there is nothing more to rehash.
Please register or sign in to comment
Avoid code repetition introduced with PR #2367, also fixes the return value to always return 0 if there is nothing more to rehash.