Accept the origin host as indicated by the client, if the connection is from 127...
[citadel.git] / citadel / context.h
index 65c7515f4f184265e8bb443f6b2ca747bfe9add6..95fa16d90d70be27216ffbf55105807f9e531a78 100644 (file)
@@ -57,7 +57,7 @@ struct CitContext {
        StrBuf *sMigrateBuf;    /* Our block buffered read buffer */
 
        int client_socket;
-       int is_local_socket;    /* set to 1 if client is on unix domain sock */
+       int is_local_client;    /* set to 1 if client is running on the same host */
        /* Redirect this session's output to a memory buffer? */
        StrBuf *redirect_buffer;                /* the buffer */
        StrBuf *StatusMessage;