plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit dbf91a04cc556bad9b03d8eb11f92468ee9da092
parent c1a4592dd111d1c80c320d854d3a4a80d56d3adf
Author: rsc <devnull@localhost>
Date:   Thu, 15 Jun 2006 05:19:21 +0000

disable auth in vftp

Diffstat:
Msrc/cmd/vbackup/vftp.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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++;