]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/webcit.h
upload: reduce attachment identifiers to 9 characters.
[citadel.git] / webcit-ng / server / webcit.h
index 64368b0e5c6169bb206a77d0f8b2e53c6c26522b..0b415ade0885c52b259908b503fb725c9affc5b7 100644 (file)
@@ -96,7 +96,7 @@ struct ctdlsession {
 };
 
 struct uploaded_file {                         // things that have been uploaded to the server (such as email attachments)
-       char id[64];
+       char id[10];
        char filename[256];
        char content_type[256];
        long length;