* shuffle auth arround...
[citadel.git] / webcit / downloads.c
index c8970ef3a528b2651a1e956b13241809f54db907..19e3ce5b56114478b6dee6187f4d168c39be6244 100644 (file)
@@ -387,7 +387,7 @@ void output_image(void)
         * when there's no such image on the server.
         */
        StrBufPrintf (Buf, "%s%s", static_dirs[0], "/blank.gif");
-       //// TDODO output_static(ChrPtr(Buf));
+       output_static(ChrPtr(Buf));
        FreeStrBuf(&Buf);
 }