contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid()
commiteed31bc5e2e9cc68626d51e7a10914dc52c370f8
authorAlexChen <alex.chen@huawei.com>
Thu, 29 Oct 2020 13:43:27 +0000 (29 21:43 +0800)
committerMarcel Apfelbaum <marcel.apfelbaum@gmail.com>
Fri, 18 Dec 2020 18:15:42 +0000 (18 20:15 +0200)
treefa5d0331ea48169f900a90b7861d9c683beb9b0a
parenta05f8ecd88f15273d033b6f044b850a8af84a5b8
contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid()

When fd is not found according to ifid, the _hash_tbl_search_fd_by_ifid()
returns 0 and assigns the result to *fd, so We have to check that *fd is 0,
not that fd is 0.

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: AlexChen <alex.chen@huawei.com>
Message-Id: <5F9AC6FF.4000301@huawei.com>
Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
contrib/rdmacm-mux/main.c