X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Futils%2Fctdlmigrate.c;h=d89a77e5b38b879814e1a37fc1d36a0be5415f83;hp=d4effa7e1c88795d9d1f1aff9a8a7b2ba16c2fd0;hb=56495585f740967af7872c0fe17876bad70b35dc;hpb=a30e1b6339b619f881b8407222d24fa1f80e0dc1 diff --git a/citadel/utils/ctdlmigrate.c b/citadel/utils/ctdlmigrate.c index d4effa7e1..d89a77e5b 100644 --- a/citadel/utils/ctdlmigrate.c +++ b/citadel/utils/ctdlmigrate.c @@ -252,10 +252,6 @@ FAIL: if (sourcefp) pclose(sourcefp); snprintf(cmd, sizeof cmd, "rsync -va --rsh='ssh -S %s' %s@%s:%s/ %s/", socket_path, remote_user, remote_host, &buf[6], ctdl_file_dir); } - else if (!strncasecmp(buf, "userpics|", 9)) { - snprintf(cmd, sizeof cmd, "rsync -va --rsh='ssh -S %s' %s@%s:%s/ %s/", - socket_path, remote_user, remote_host, &buf[9], ctdl_usrpic_dir); - } else if (!strncasecmp(buf, "messages|", 9)) { snprintf(cmd, sizeof cmd, "rsync -va --rsh='ssh -S %s' %s@%s:%s/ %s/", socket_path, remote_user, remote_host, &buf[9], ctdl_message_dir);