coar 97/07/17 12:44:50
Modified: src httpd.h
Log:
Spelling correction in comment.
Revision Changes Path
1.128 +2 -2 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.127
retrieving revision 1.128
diff -C3 -r1.127 -r1.128
*** httpd.h 1997/07/15 21:39:57 1.127
--- httpd.h 1997/07/17 19:44:49 1.128
***************
*** 575,581 ****
/* Information about the connection itself */
int child_num; /* The number of the child handling
conn_rec */
! BUFF *client; /* Connetion to the guy */
int aborted; /* Are we still talking? */
/* Who is the client? */
--- 575,581 ----
/* Information about the connection itself */
int child_num; /* The number of the child handling
conn_rec */
! BUFF *client; /* Connection to the guy */
int aborted; /* Are we still talking? */
/* Who is the client? */
***************
*** 591,597 ****
char *remote_logname; /* Only ever set if doing rfc1413
lookups.
* N.B. Only access this through
* get_remote_logname() */
! char *user; /* If an authentication check was made,
* this gets set to the user name. We assume
* that there's only one user per connection(!)
*/
--- 591,597 ----
char *remote_logname; /* Only ever set if doing rfc1413
lookups.
* N.B. Only access this through
* get_remote_logname() */
! char *user; /* If an authentication check was made,
* this gets set to the user name. We assume
* that there's only one user per connection(!)
*/