From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v753) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> From: Kenji Arisawa Date: Wed, 16 Apr 2008 07:05:02 +0900 Subject: [9fans] sshserve.c Topicbox-Message-UUID: 8e88e52c-ead3-11e9-9d60-3106f5b1d025 Hello, In sshserve.c: void usage(void) { fprint(2, "usage: sshserve [-A authlist] [-c cipherlist] client-ip- address\n"); usage(); } This code can make endless loop. Right? Kenji Arisawa