aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vbackup
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-06-15 05:19:21 +0000
committerrsc <devnull@localhost>2006-06-15 05:19:21 +0000
commitdbf91a04cc556bad9b03d8eb11f92468ee9da092 (patch)
treea0283964f1a06763721683b1fd76efa43a81344d /src/cmd/vbackup
parentc1a4592dd111d1c80c320d854d3a4a80d56d3adf (diff)
downloadplan9port-dbf91a04cc556bad9b03d8eb11f92468ee9da092.tar.gz
plan9port-dbf91a04cc556bad9b03d8eb11f92468ee9da092.tar.bz2
plan9port-dbf91a04cc556bad9b03d8eb11f92468ee9da092.zip
disable auth in vftp
Diffstat (limited to 'src/cmd/vbackup')
-rw-r--r--src/cmd/vbackup/vftp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/vbackup/vftp.c b/src/cmd/vbackup/vftp.c
index d692afdc..cfc1237f 100644
--- a/src/cmd/vbackup/vftp.c
+++ b/src/cmd/vbackup/vftp.c
@@ -374,6 +374,8 @@ usage(void)
threadexitsall("usage");
}
+extern int allowall;
+
void
threadmain(int argc, char **argv)
{
@@ -382,6 +384,7 @@ threadmain(int argc, char **argv)
uchar score[VtScoreSize];
Nfs3Status ok;
+ allowall = 1;
ARGBEGIN{
case 'V':
chattyventi++;