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

Diff for /src/usr.bin/ssh/Attic/roaming_common.c between version 1.8 and 1.9

version 1.8, 2010/01/12 00:59:29 version 1.9, 2011/12/07 05:44:38
Line 71 
Line 71 
 void  void
 set_out_buffer_size(size_t size)  set_out_buffer_size(size_t size)
 {  {
           if (size == 0 || size > MAX_ROAMBUF)
                   fatal("%s: bad buffer size %lu", __func__, (u_long)size);
         /*          /*
          * The buffer size can only be set once and the buffer will live           * The buffer size can only be set once and the buffer will live
          * as long as the session lives.           * as long as the session lives.

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9