plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 523f31487b5a640d5badad033d5798303c60710a
parent d944f7640786a19d49b20942d63b7dc24ade899d
Author: Russ Cox <rsc@swtch.com>
Date:   Mon,  5 Nov 2007 10:37:56 -0500

factotum: silence gcc warning

Diffstat:
Msrc/cmd/auth/factotum/p9cr.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/cmd/auth/factotum/p9cr.c b/src/cmd/auth/factotum/p9cr.c @@ -75,6 +75,8 @@ p9crclient(Conv *c) astype = AuthVNC; challen = MAXCHAL; // response = vncresponse; + werrstr("no vnc"); + goto out; }else{ werrstr("bad proto"); goto out;