]> code.citadel.org Git - citadel.git/blobdiff - citadel/user_ops.c
* sysdep.c: worker_thread(): Make scheduling a little more fair to higher
[citadel.git] / citadel / user_ops.c
index 92f51c2b0aafbbcdaa925f5c07014d790d9158d4..56559a05ef23ef41daa3376ff56b84b151de6999 100644 (file)
@@ -438,6 +438,7 @@ void cmd_user(char *cmdbuf)
        case login_not_found:
                cprintf("%d %s not found.\n", ERROR + NO_SUCH_USER, username);
                return;
+       default:
                cprintf("%d Internal error\n", ERROR + INTERNAL_ERROR);
        }
 }