tfactotum: silence gcc warning - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 523f31487b5a640d5badad033d5798303c60710a
 (DIR) parent d944f7640786a19d49b20942d63b7dc24ade899d
 (HTM) Author: Russ Cox <rsc@swtch.com>
       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(-)
       ---
 (DIR) 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;