disable auth in vftp
This commit is contained in:
parent
c1a4592dd1
commit
dbf91a04cc
1 changed files with 3 additions and 0 deletions
|
|
@ -374,6 +374,8 @@ usage(void)
|
||||||
threadexitsall("usage");
|
threadexitsall("usage");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern int allowall;
|
||||||
|
|
||||||
void
|
void
|
||||||
threadmain(int argc, char **argv)
|
threadmain(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
|
@ -382,6 +384,7 @@ threadmain(int argc, char **argv)
|
||||||
uchar score[VtScoreSize];
|
uchar score[VtScoreSize];
|
||||||
Nfs3Status ok;
|
Nfs3Status ok;
|
||||||
|
|
||||||
|
allowall = 1;
|
||||||
ARGBEGIN{
|
ARGBEGIN{
|
||||||
case 'V':
|
case 'V':
|
||||||
chattyventi++;
|
chattyventi++;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue