tdisable auth in vftp - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit dbf91a04cc556bad9b03d8eb11f92468ee9da092
(DIR) parent c1a4592dd111d1c80c320d854d3a4a80d56d3adf
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 15 Jun 2006 05:19:21 +0000
disable auth in vftp
Diffstat:
M src/cmd/vbackup/vftp.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/cmd/vbackup/vftp.c b/src/cmd/vbackup/vftp.c
t@@ -374,6 +374,8 @@ usage(void)
threadexitsall("usage");
}
+extern int allowall;
+
void
threadmain(int argc, char **argv)
{
t@@ -382,6 +384,7 @@ threadmain(int argc, char **argv)
uchar score[VtScoreSize];
Nfs3Status ok;
+ allowall = 1;
ARGBEGIN{
case 'V':
chattyventi++;