Revert "quickie function guess_image_content_type() to guess the content-type of...
authorArt Cancro <ajc@citadel.org>
Wed, 13 Apr 2016 15:05:08 +0000 (11:05 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 13 Apr 2016 15:05:08 +0000 (11:05 -0400)
This reverts commit 5282ce6d536fef379e55bb0c3bf2ee4ef3b5f6e6.

citadel/modules/image/serv_image.c

index af2ddbd51c4465b895261e89b1773e07314d31f9..2c7647f3fdca996b7b7c0628b615aeaf7362e246 100644 (file)
@@ -98,6 +98,7 @@ void cmd_ului(char *cmdbuf)
        }
 
        // Check to make sure the user exists
+       // FIXME do this
        struct ctdluser usbuf;
        if (CtdlGetUser(&usbuf, username) != 0) {               // check for existing user, don't lock it yet
                cprintf("%d %s not found.\n", ERROR + NO_SUCH_USER , username);