[Citadel Development] broken sendcommand breaks ctdlmigrate, fix is...

2013-06-29 Thread harryc
Notice in sendcommand.c we have:    164 case 'w': 165 watchdog = atoi(optarg); 166 default: 167 fprintf(stderr, "sendcommand: usage: sendcommand [-h server_dir] [-w watchdog_timeout]\n"); 168

[Citadel Development] Re: broken sendcommand breaks ctdlmigrate, fix is...

2013-06-29 Thread dothebart
thanks for the precise report - committed to master. will definitely be part of a next stable release.