diff options
Diffstat (limited to 'src/cmd/auth/factotum')
-rw-r--r-- | src/cmd/auth/factotum/p9cr.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |