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

Diff of /ccvs/src/server.c

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

revision 1.439 by dprice, Sun Sep 4 21:22:44 2005 UTC revision 1.440 by dprice, Sun Sep 4 22:33:52 2005 UTC
# Line 7454  gserver_authenticate_connection (void) Line 7454  gserver_authenticate_connection (void)
7454      gss_OID mechid;      gss_OID mechid;
7455    
7456      hn = canon_host (server_hostname);      hn = canon_host (server_hostname);
7457      if (hn == NULL)      if (!hn)
7458          error (1, 0, "can't get canonical hostname");          error (1, 0, "can't get canonical hostname for `%s'",
7459                   server_hostname);
7460    
7461      sprintf (buf, "cvs@%s", hn);      sprintf (buf, "cvs@%s", hn);
7462      free (hn);      free (hn);

Legend:
Removed from v.1.439  
changed lines
  Added in v.1.440

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