diff options
author | Russ Cox <rsc@swtch.com> | 2007-11-05 10:37:56 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-11-05 10:37:56 -0500 |
commit | 523f31487b5a640d5badad033d5798303c60710a (patch) | |
tree | 28f348e5fe61cf98f8bac3540a5dcc278d023a3d /src/cmd | |
parent | d944f7640786a19d49b20942d63b7dc24ade899d (diff) | |
download | plan9port-523f31487b5a640d5badad033d5798303c60710a.tar.gz plan9port-523f31487b5a640d5badad033d5798303c60710a.tar.bz2 plan9port-523f31487b5a640d5badad033d5798303c60710a.zip |
factotum: silence gcc warning
Diffstat (limited to 'src/cmd')
-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; |