diff --git a/src/Cedar/Proto.c b/src/Cedar/Proto.c index 33896d0a..7023e4c7 100644 --- a/src/Cedar/Proto.c +++ b/src/Cedar/Proto.c @@ -510,7 +510,7 @@ bool ProtoHandleConnection(PROTO *proto, SOCK *sock, const char *protocol) const PROTO_CONTAINER *tmp = LIST_DATA(proto->Containers, i); if (StrCmp(tmp->Name, protocol) == 0) { - impl = container->Impl; + container = tmp; break; } }