factotum: silence gcc warning

This commit is contained in:
Russ Cox 2007-11-05 10:37:56 -05:00
parent d944f76407
commit 523f31487b

View file

@ -75,6 +75,8 @@ p9crclient(Conv *c)
astype = AuthVNC; astype = AuthVNC;
challen = MAXCHAL; challen = MAXCHAL;
// response = vncresponse; // response = vncresponse;
werrstr("no vnc");
goto out;
}else{ }else{
werrstr("bad proto"); werrstr("bad proto");
goto out; goto out;