From: Art Cancro Date: Thu, 4 Mar 2021 01:19:04 +0000 (-0500) Subject: ctdlmigrate now uses a direct socket connection to the local server instead of sendco... X-Git-Tag: v939~98 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=0fcfc4d81b4def0bd0f7562465b5bf7ef4b7857b;hp=0fcfc4d81b4def0bd0f7562465b5bf7ef4b7857b;p=citadel.git ctdlmigrate now uses a direct socket connection to the local server instead of sendcommand. Also removed the use of buffered I/O from serv_migrate.c because it was locking up. ---