[BACK]Return to ssh.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.c between version 1.328 and 1.329

version 1.328, 2009/10/28 16:38:18 version 1.329, 2009/12/20 07:28:36
Line 515 
Line 515 
         ac -= optind;          ac -= optind;
         av += optind;          av += optind;
   
         if (ac > 0 && !host && **av != '-') {          if (ac > 0 && !host) {
                 if (strrchr(*av, '@')) {                  if (strrchr(*av, '@')) {
                         p = xstrdup(*av);                          p = xstrdup(*av);
                         cp = strrchr(p, '@');                          cp = strrchr(p, '@');

Legend:
Removed from v.1.328  
changed lines
  Added in v.1.329