]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/request.c
Links for older and newer blocks of messages in the BBS view have been centered,...
[citadel.git] / webcit-ng / request.c
index 0a20ed271177ebe76a90549ee95bc1881c937e09..71b1290bcb819c72c5443515caa3c80fc01e62bf 100644 (file)
@@ -160,7 +160,7 @@ void perform_request(struct http_transaction *h)
                ctdl_r(h, c);
                break;
        case 'u':               // /ctdl/u/ == RESTful path to users
-               do_404(h);
+               ctdl_u(h, c);
                break;
        default:
                do_404(h);