X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/f713db997ba7f0ace8d4aa119ba7711614828de9..3de1c8f8279938a454280ed3a7916aa74d3df679:/openssh/buffer.c diff --git a/openssh/buffer.c b/openssh/buffer.c index 9d39b0e..705155c 100644 --- a/openssh/buffer.c +++ b/openssh/buffer.c @@ -129,7 +129,7 @@ restart: if (buffer_compact(buffer)) goto restart; - // if hpn is disabled use the smaller buffer size + /* if hpn is disabled use the smaller buffer size */ buf_max = BUFFER_MAX_LEN_HPN; buf_alloc_sz = BUFFER_ALLOCSZ_HPN; @@ -166,7 +166,7 @@ buffer_check_alloc(Buffer *buffer, u_int len) if (buffer_compact(buffer)) goto restart; - // if hpn is disabled use the smaller buffer size + /* if hpn is disabled use the smaller buffer size */ buf_max = BUFFER_MAX_LEN_HPN; buf_alloc_sz = BUFFER_ALLOCSZ_HPN;