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

Diff for /src/usr.bin/ssh/readpass.c between version 1.48 and 1.49

version 1.48, 2010/12/15 00:49:27 version 1.49, 2013/05/17 00:13:14
Line 183 
Line 183 
                 if (*p == '\0' || *p == '\n' ||                  if (*p == '\0' || *p == '\n' ||
                     strcasecmp(p, "yes") == 0)                      strcasecmp(p, "yes") == 0)
                         allowed = 1;                          allowed = 1;
                 xfree(p);                  free(p);
         }          }
   
         return (allowed);          return (allowed);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49