summaryrefslogtreecommitdiffstats
path: root/src/server/PortImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PortImpl.cpp')
-rw-r--r--src/server/PortImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp
index a5f74f27..2aef6f5e 100644
--- a/src/server/PortImpl.cpp
+++ b/src/server/PortImpl.cpp
@@ -246,7 +246,7 @@ PortImpl::set_context(Context::ID c)
remove_property(uris.ctx_context, uris.wildcard);
break;
case Context::MESSAGE:
- set_property(uris.ctx_context, uris.ctx_MessageContext);
+ set_property(uris.ctx_context, uris.ctx_messageContext);
break;
}
}