/[hurd]/hurd/ftpfs/host.c
ViewVC logotype

Diff of /hurd/ftpfs/host.c

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

revision 1.2 by miles, Thu Aug 7 03:06:20 1997 UTC revision 1.3 by ams, Sat Jun 18 17:18:13 2005 UTC
# Line 38  split_server_name (const char *server, c Line 38  split_server_name (const char *server, c
38    
39    /* Extract the hostname; syntax is either `HOST:...', `...@HOST', or just    /* Extract the hostname; syntax is either `HOST:...', `...@HOST', or just
40       HOST if there are no user parameters specified.  */       HOST if there are no user parameters specified.  */
41    sep = strchr (p, '@');    sep = strrchr (p, '@');
42    if (sep)    if (sep)
43      /* ...@HOST */      /* ...@HOST */
44      {      {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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