quickie function guess_image_content_type() to guess the content-type of an uploaded...
authorArt Cancro <ajc@citadel.org>
Wed, 13 Apr 2016 14:51:49 +0000 (10:51 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 13 Apr 2016 14:51:49 +0000 (10:51 -0400)
citadel/modules/image/serv_image.c

index 2c7647f3fdca996b7b7c0628b615aeaf7362e246..af2ddbd51c4465b895261e89b1773e07314d31f9 100644 (file)
@@ -98,7 +98,6 @@ 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);