Skip to content
Snippets Groups Projects
Commit 33e8d6f4 authored by mattijs's avatar mattijs
Browse files

STYLE: fileMonitor: initialise variable

parent 48be156f
Branches
Tags
No related merge requests found
......@@ -133,7 +133,8 @@ namespace Foam
//- initialise inotify
inline fileMonitorWatcher(const bool useInotify, const label sz = 20)
:
useInotify_(useInotify)
useInotify_(useInotify),
inotifyFd_(-1)
{
if (useInotify_)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment