From 644d7ca14b21a07ddbcf99ecc9411b62cc8db7b2 Mon Sep 17 00:00:00 2001 From: Sirio Builder Date: Fri, 19 Oct 2018 16:29:59 +0200 Subject: [PATCH] Patch level : 12.0 no-patch Files correlati : ba Commento : Tolto secondo messaggio di benvenuto nel server --- src/include/netsock.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/netsock.cpp b/src/include/netsock.cpp index c3c0403e2..fe07181d0 100755 --- a/src/include/netsock.cpp +++ b/src/include/netsock.cpp @@ -1182,9 +1182,6 @@ bool TSocketClient::FtpSendFile(CONNID id, const char* remote, const char* local if (!ReadLine(id, response)) // 220 Welcome return ok; - // Possono esserci due messaggi di benvenuto - ReadLine(id, response); - TSocket_connection& conn = *(TSocket_connection*)GetConnection(id); if (user==NULL || !*user) user = "anonimous";