Fix: directory-handle: typo in equals method breaks compat build
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 31 Jan 2020 21:48:20 +0000 (16:48 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 31 Jan 2020 21:48:20 +0000 (16:48 -0500)
commit0b1b49f99868a18f549dda323e07d5072bc771b5
tree5ea3798d4faedb7dc6d75689f15e7c2959913755
parent235493868254e943513c6552c6821236284f00ac
Fix: directory-handle: typo in equals method breaks compat build

The 'path' member does not exist in a directory handle; 'base_path'
should be used instead. This breaks the build on platforms that
lack dirfd support (e.g. Solaris 10).

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I1cedf36520960c575b470d4306755dfeb9417cb4
src/common/compat/directory-handle.c
This page took 0.025065 seconds and 4 git commands to generate.