X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.c;h=c1c15449b12ebb3558e6d8415f75e3f89ec08d91;hb=57e9d9df73db70a9bb0c7d5a2720ee69cd4ad898;hp=8e433c7a3b8dd198240eacf7c8fb50ee3cdcb403;hpb=979420aca418d54cf46f98d2c728a538a42d15c1;p=citadel.git 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