summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/portdat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-12-07 09:53:08 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2012-12-07 09:53:08 +0100
commit950706198644c4715efbc95ec79857fd4fa55353 (patch)
tree585bcd04140cbaf7e8b788b68ba737d6555be897 /sys/src/cmd/cwfs/portdat.h
parent52b500af6185068233ff021b2160463192f69ef0 (diff)
cwfs: allow previously authorized channels to attach as none
we allow allow previously authorized channels to attach as none even if anonymous logins are disabled with nonone.
Diffstat (limited to 'sys/src/cmd/cwfs/portdat.h')
-rw-r--r--sys/src/cmd/cwfs/portdat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/cwfs/portdat.h b/sys/src/cmd/cwfs/portdat.h
index fba14dbbe..d2af352e0 100644
--- a/sys/src/cmd/cwfs/portdat.h
+++ b/sys/src/cmd/cwfs/portdat.h
@@ -263,6 +263,7 @@ struct Chan
Queue* send;
Queue* reply;
+ int authok;
uchar authinfo[64];
void* pdata; /* sometimes is a Netconn* */