summaryrefslogtreecommitdiffstats
path: root/src/server/events/DisconnectAll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/DisconnectAll.cpp')
-rw-r--r--src/server/events/DisconnectAll.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/events/DisconnectAll.cpp b/src/server/events/DisconnectAll.cpp
index e1310251..13d6e00f 100644
--- a/src/server/events/DisconnectAll.cpp
+++ b/src/server/events/DisconnectAll.cpp
@@ -45,10 +45,10 @@ DisconnectAll::DisconnectAll(Engine& engine,
int32_t id,
SampleCount timestamp,
const Raul::Path& parent_path,
- const Raul::Path& node_path)
+ const Raul::Path& path)
: Event(engine, client, id, timestamp)
, _parent_path(parent_path)
- , _path(node_path)
+ , _path(path)
, _parent(NULL)
, _node(NULL)
, _port(NULL)