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

Diff for /src/usr.bin/ssh/srclimit.c between version 1.1 and 1.2

version 1.1, 2021/01/09 12:10:02 version 1.2, 2021/04/03 06:18:41
Line 100 
Line 100 
                 return 1;                  return 1;
         }          }
         debug3("%s: new unauthenticated connection from %s/%d, at %d of %d",          debug3("%s: new unauthenticated connection from %s/%d, at %d of %d",
              __func__, xas, bits, count, max_persource);              __func__, xas, bits, count, max_persource);
   
         if (first_unused == max_children) { /* no free slot found */          if (first_unused == max_children) { /* no free slot found */
                 debug3("%s: no free slot", __func__);                  debug3("%s: no free slot", __func__);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2