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

Diff for /src/usr.bin/ssh/krl.c between version 1.15 and 1.16

version 1.15, 2014/04/28 03:09:18 version 1.16, 2014/06/24 00:52:02
Line 573 
Line 573 
                         buffer_put_char(buf, state);                          buffer_put_char(buf, state);
                         buffer_put_string(buf,                          buffer_put_string(buf,
                             buffer_ptr(&sect), buffer_len(&sect));                              buffer_ptr(&sect), buffer_len(&sect));
                           buffer_clear(&sect);
                 }                  }
   
                 /* If we are starting a new section then prepare it now */                  /* If we are starting a new section then prepare it now */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16