tfactotum: silence gcc warning - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 523f31487b5a640d5badad033d5798303c60710a | |
parent d944f7640786a19d49b20942d63b7dc24ade899d | |
Author: Russ Cox | |
Date: Mon, 5 Nov 2007 10:37:56 -0500 factotum: silence gcc warning Diffstat: M src/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 | |
t@@ -75,6 +75,8 @@ p9crclient(Conv *c) astype = AuthVNC; challen = MAXCHAL; // response = vncresponse; + werrstr("no vnc"); + goto out; }else{ werrstr("bad proto"); goto out; |