X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.c;h=385f9a7790f3b51fc58446f3da8388c44b700f7a;hb=39e0649930fc89da0b0b56a0ca80ef021b3154a6;hp=f95a7a2f7cab24e9a867aa92f4f95b6f993c6e72;hpb=4fcc6e3ede3207ba80d92ae52443cf53edf175e0;p=citadel.git diff --git a/citadel/context.c b/citadel/context.c index f95a7a2f7..385f9a779 100644 --- a/citadel/context.c +++ b/citadel/context.c @@ -587,10 +587,10 @@ void CtdlFillSystemContext(CitContext *context, char *name) context->state = CON_SYS; context->ServiceName = name; - /* internal_create_user has the side effect of loading the user regardless of wether they + /* internal_create_user has the side effect of loading the user regardless of whether they * already existed or needed to be created */ - internal_create_user (sysname, len, &(context->user), -1) ; + internal_create_user(sysname, &(context->user), -1) ; /* Check to see if the system user needs upgrading */ if (context->user.usernum == 0)