jim         98/08/11 10:40:48

  Modified:    src/main http_main.c
  Log:
  Minor formatting change
  
  Revision  Changes    Path
  1.382     +1 -1      apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.381
  retrieving revision 1.382
  diff -u -r1.381 -r1.382
  --- http_main.c       1998/08/11 00:09:45     1.381
  +++ http_main.c       1998/08/11 17:40:46     1.382
  @@ -1981,7 +1981,7 @@
            conn_rec *c = r->connection;
            ap_cpystrn(ss->client, ap_get_remote_host(c, r->per_dir_config,
                                  REMOTE_NOLOOKUP), sizeof(ss->client));
  -     if (r->the_request == NULL) {
  +         if (r->the_request == NULL) {
                    ap_cpystrn(ss->request, "NULL", sizeof(ss->request));
            } else if (r->parsed_uri.password == NULL) {
                    ap_cpystrn(ss->request, r->the_request, 
sizeof(ss->request));
  
  
  

Reply via email to