2935a6ca
by Zhengyong Chen at 2025-10-27T23:19:02+01:00
server: Fix incorrect key modification in rename_key function.
When `index == cur_index + 1`, the modification logic incorrectly altered
the value of the subkey following the current key, leading to unintended
changes in other keys.
Signed-off-by: chenzhengyong <chenzhengyong@uniontech.com>