From 57e9d9df73db70a9bb0c7d5a2720ee69cd4ad898 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 24 Aug 2011 11:43:56 +0200 Subject: [PATCH] When creating system contexts, set the Context name. --- citadel/context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/citadel/context.c b/citadel/context.c index 8e433c7a3..c1c15449b 100644 --- a/citadel/context.c +++ b/citadel/context.c @@ -524,6 +524,7 @@ void CtdlFillSystemContext(CitContext *context, char *name) memcpy(context->curr_user, sysname, len + 1); context->client_socket = (-1); context->state = CON_SYS; + context->ServiceName = name; /* internal_create_user has the side effect of loading the user regardless of wether they * already existed or needed to be created -- 2.30.2