X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcontext.h;h=95fa16d90d70be27216ffbf55105807f9e531a78;hp=65c7515f4f184265e8bb443f6b2ca747bfe9add6;hb=cb5275786332fa50897200781d3100449b5f71dd;hpb=5e8877a241d8235ec17ab11a606a9f89614bc52c diff --git a/citadel/context.h b/citadel/context.h index 65c7515f4..95fa16d90 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -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;