diff options
Diffstat (limited to 'src/server/PortImpl.cpp')
-rw-r--r-- | src/server/PortImpl.cpp | 2 |
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; } } |