X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fctdlproto%2Fserv_file.c;h=936b46b8ec0f4f5a6b47012c6a54d886e13d243e;hp=29b54605646eca5e23aca48869c9fe317b9d4821;hb=e55c9fac2d5ce1ccc9239fb4155428f9c7d1bb6d;hpb=ccacd0ad653e55eafa876ae48e2af402fadd9e71 diff --git a/citadel/modules/ctdlproto/serv_file.c b/citadel/modules/ctdlproto/serv_file.c index 29b546056..936b46b8e 100644 --- a/citadel/modules/ctdlproto/serv_file.c +++ b/citadel/modules/ctdlproto/serv_file.c @@ -347,7 +347,6 @@ void cmd_uimg(char *cmdbuf) return; } cprintf("%d Ok\n", CIT_OK); - CC->upload_type = UPL_IMAGE; }