/[cvs]/ccvs/src/main.c
ViewVC logotype

Diff of /ccvs/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.248 by scjones, Fri Sep 2 21:51:08 2005 UTC revision 1.249 by dprice, Sun Sep 4 23:00:00 2005 UTC
# Line 29  const char *cvs_cmd_name; Line 29  const char *cvs_cmd_name;
29  const char *global_session_id; /* Random session ID */  const char *global_session_id; /* Random session ID */
30    
31  char *hostname;  char *hostname;
32  #ifdef SERVER_SUPPORT  /* FIXME: Perhaps this should be renamed original_hostname or the like?  */
33  char *server_hostname;  char *server_hostname;
 #endif /* SERVER_SUPPORT */  
34    
35  int use_editor = 1;  int use_editor = 1;
36  int use_cvsrc = 1;  int use_cvsrc = 1;
# Line 849  cause intermittent sandbox corruption.") Line 848  cause intermittent sandbox corruption.")
848              hostname = xstrdup ("localhost");              hostname = xstrdup ("localhost");
849                            
850          }          }
851  #ifdef SERVER_SUPPORT  
852          /* Keep track of this separately since the client can change the          /* Keep track of this separately since the client can change
853           * hostname.           * HOSTNAME on the server.
854           */           */
855          if (server_active)          server_hostname = xstrdup (hostname);
856              server_hostname = xstrdup (hostname);  
 #endif /* SERVER_SUPPORT */  
857    
858  #ifdef KLUDGE_FOR_WNT_TESTSUITE  #ifdef KLUDGE_FOR_WNT_TESTSUITE
859          /* Probably the need for this will go away at some point once          /* Probably the need for this will go away at some point once

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.249

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26