diff --git a/src/cmd/auth/factotum/p9cr.c b/src/cmd/auth/factotum/p9cr.c index 731b63d8..85fa1583 100644 --- 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;