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

Diff for /src/usr.bin/ssh/monitor.c between version 1.236 and 1.237

version 1.236, 2023/05/10 10:04:20 version 1.237, 2023/08/16 16:14:11
Line 279 
Line 279 
                                     auth_method, auth_submethod);                                      auth_method, auth_submethod);
                         }                          }
                 }                  }
                   if (authctxt->failures > options.max_authtries) {
                           /* Shouldn't happen */
                           fatal_f("privsep child made too many authentication "
                               "attempts");
                   }
         }          }
   
         if (!authctxt->valid)          if (!authctxt->valid)

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.237