fix core trying to roundstart=1 a coll

that does not exist
This commit is contained in:
Matt Wells 2014-07-22 06:09:47 -07:00
parent 72883dd340
commit d0a34da75d

View File

@ -19037,7 +19037,7 @@ bool Parms::convertHttpRequestToParmList (HttpRequest *hr, SafeBuf *parmList,
// time (current time) and the new round # as the args.
// . this will call CommandForceNextSpiderRound() function
// on every shard with these args, "tmpVal".
if ( strcmp(m->m_cgi,"roundStart") == 0 ) {
if ( cr && strcmp(m->m_cgi,"roundStart") == 0 ) {
// use the current time so anything spidered before
// this time (the round start time) will be respidered
//sprintf(tmp,"%lu",getTimeGlobalNoCore());