···347347348348 /* mark it as a "remote" response that cannot expire so we don't terminate the batch at the end of the command handler */
349349 begin_remote_response_batch(1, "");
350350- outgoing_response_info->expires = 0;
350350+ if (outgoing_response_info != NULL)
351351+ outgoing_response_info->expires = 0;
351352 params->response_info = outgoing_response_info;
352353353354 safelist_client_instantiate(source_p, params);