Re: [Libguestfs] [PATCH] fuse: fix build when not available

2018-06-15 Thread Richard W.M. Jones
On Fri, Jun 15, 2018 at 12:44:04PM +0200, Pino Toscano wrote: > The 'localmountpoint' variable in the handle is available only when > building with FUSE support, so guard it in a proper #ifdef block. > > Fixes commit 296370fb86e96eec095d86faf6de8f532395ea54. > --- > lib/handle.c | 2 ++ > 1 file

[Libguestfs] [PATCH] fuse: fix build when not available

2018-06-15 Thread Pino Toscano
The 'localmountpoint' variable in the handle is available only when building with FUSE support, so guard it in a proper #ifdef block. Fixes commit 296370fb86e96eec095d86faf6de8f532395ea54. --- lib/handle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/handle.c b/lib/handle.c index