X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=hostman.c;h=0cbd2e3fb7e71fe8bb7775ef33c30ec4d6502923;hb=220259b82de9f52909f914b9947e3310c0ff3390;hp=bcb5ac20e528ee7657d2c918927322609c509134;hpb=119cb6f207582536c3c9a924633476f62a60c28a;p=ffftp%2Fffftp.git diff --git a/hostman.c b/hostman.c index bcb5ac2..0cbd2e3 100644 --- a/hostman.c +++ b/hostman.c @@ -1435,7 +1435,7 @@ void CopyDefaultDefaultHost(HOSTDATA *Set) Set->TransferErrorMode = EXIST_OVW; Set->TransferErrorNotify = YES; // セッションあたりの転送量制限対策 - Set->TransferErrorReconnect = NO; + Set->TransferErrorReconnect = YES; return; }