[Citadel Development] Re: Little patch to serv_migrate.c

2014-11-06 Thread dothebart
thanks - committed.

[Citadel Development] Little patch to serv_migrate.c

2014-11-06 Thread harryc
/* * Output a string to the client with these characters escaped:  & < > */void xml_strout(char *str) {    char *c = str;++    if ( c == NULL ) return;    while (*c != 0) {As I was migrating from an i386 version to an amd64 version the receiving system would spin endlessly at 100% CPU until the w