浏览代码

htable: return true for sht_setxi()

- GH #4283

(cherry picked from commit 9ded810b2dfe527db8d8be409fe1f34b002f3325)
Daniel-Constantin Mierla 3 月之前
父节点
当前提交
ab88793011
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/htable/htable.c

+ 1 - 1
src/modules/htable/htable.c

@@ -1406,7 +1406,7 @@ static int ki_ht_setxi(
 		return -1;
 	}
 
-	return 0;
+	return 1;
 }
 
 /**