]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
* serv_spam.c: use redirect_buffer instead of redirect_sock
[citadel.git] / citadel / server.h
index 6de5716d740ed14ea3209b3b46be3e85803d5854..6ecfa2983d7ea5d5a8e07a7ad80c6bc0569f9b0b 100644 (file)
@@ -122,8 +122,7 @@ struct CitContext {
        char cs_nonce[NONCE_SIZE];      /* The nonce for this session's next auth transaction */
 
        /* Redirect this session's output to somewhere else? */
-       FILE *redirect_fp;
-       int redirect_sock;
+       FILE *redirect_fp;              /* a file instead (will go away) */
        char *redirect_buffer;          /* the buffer */
        size_t redirect_len;            /* length of data in buffer */
        size_t redirect_alloc;          /* length of allocated buffer */