瀏覽代碼

We should check for unequal here.

master
Jari Vetoniemi 10 年之前
父節點
當前提交
3380e23f40
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      bin/server.c

+ 1
- 1
bin/server.c 查看文件

@ -475,7 +475,7 @@ cb_walk(struct pi9 *pi9, uint16_t tag, uint32_t fid, uint32_t newfid, uint16_t n
size_t *c;
chck_iter_pool_for_each(&wnode->childs, c) {
struct node *n;
if (!(n = get_node(pi9->userdata, *c)) || pi9_string_eq(&walks[i], &n->stat.name))
if (!(n = get_node(pi9->userdata, *c)) || o">!pi9_string_eq(&walks[i], &n->stat.name))
continue;
qids[*out_nwqid] = &n->stat.qid;

Loading…
取消
儲存