Problem when login (of ftp or shell account) contains '@'



Dear Sir or Madam,

I suggest to modify function vfs_split_url in utilvfs.c:
  /* search for any possible user */
  at = strchr (pcopy, '@');
changing this line to:
  at = strrchr (pcopy, '@');
Why?
Becease I (and propably many poeple in the world) have ftp account (it can
be shell account too), which login contains '@'. I tested it and it works.

I'm not on the mailing list.

Yours sincerely,
Przemek Pawe³czyk

# GG: 456802 | Tlen: PrzemocP
# przemoc gazeta pl
# http://przemoc.pac.pl









[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]