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

Diff of /hurd/ftpfs/ftpfs.c

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

revision 1.15 by marcus, Mon May 13 17:39:37 2002 UTC revision 1.16 by ams, Sat Jun 18 17:18:13 2005 UTC
# Line 255  parse_startup_opt (int key, char *arg, s Line 255  parse_startup_opt (int key, char *arg, s
255          {          {
256            int h_err;            /* Host lookup error.  */            int h_err;            /* Host lookup error.  */
257            error_t err;            error_t err;
258            char *sep = strchr (ftpfs_remote_fs, '@');            char *sep = strrchr (ftpfs_remote_fs, '@');
259    
260            if (sep)            if (sep)
261              /* FTPFS_REMOTE_FS includes a '@', which means that it's in              /* FTPFS_REMOTE_FS includes a '@', which means that it's in

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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