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

Diff for /src/usr.bin/ssh/authfd.c between version 1.36 and 1.37

version 1.36, 2001/03/01 02:11:25 version 1.37, 2001/03/04 17:42:27
Line 252 
Line 252 
         /* Get the number of entries in the response and check it for sanity. */          /* Get the number of entries in the response and check it for sanity. */
         auth->howmany = buffer_get_int(&auth->identities);          auth->howmany = buffer_get_int(&auth->identities);
         if (auth->howmany > 1024)          if (auth->howmany > 1024)
                 fatal("Too many identities in authentication reply: %d\n",                  fatal("Too many identities in authentication reply: %d",
                     auth->howmany);                      auth->howmany);
   
         return auth->howmany;          return auth->howmany;

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37