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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.26 and 1.27

version 1.26, 2010/06/29 23:16:46 version 1.27, 2010/11/20 05:12:38
Line 231 
Line 231 
                 if ((ep = strrchr(cp, ' ')) != NULL ||                  if ((ep = strrchr(cp, ' ')) != NULL ||
                     (ep = strrchr(cp, '\t')) != NULL) {                      (ep = strrchr(cp, '\t')) != NULL) {
                         for (; *ep == ' ' || *ep == '\t'; ep++)                          for (; *ep == ' ' || *ep == '\t'; ep++)
                                 ;;                                  ;
                         line_opts = cp;                          line_opts = cp;
                         cp = ep;                          cp = ep;
                 }                  }

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27