ssh: fflush the shell prompt
authorAlan Cox <alan@linux.intel.com>
Sun, 7 Dec 2014 14:29:24 +0000 (14:29 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 7 Dec 2014 14:29:24 +0000 (14:29 +0000)
commit2f5ac730c99207d8c8c0604a0201d8d8aea30a33
tree01ded64aae0efeafcc16f2c32346298af8a44884
parent302b78fe80edb8c16a171b947ba9e488270739ee
ssh: fflush the shell prompt

From: Will Sowerbutts <will@sowerbutts.com>

The assumption that libc will fflush stdout on an fgets of stdin is not anything
the standards guarantee. Do the needed fflush
Applications/util/ssh.c