/* Debug code: check if we must hangup or blowup */
if (handle_hangup_blowup(jcr, 0, jcr->ReadBytes)) {
- sd->close();
goto err;
}
/* Debug code: check if we must hangup or blowup */
if (handle_hangup_blowup(jcr, jcr->JobFiles, jcr->JobBytes)) {
- sd->close();
goto get_out;
}
/* Debug code: check if we must hangup or blowup */
if (handle_hangup_blowup(jcr, jcr->JobFiles, jcr->JobBytes)) {
- fd->close();
return false;
}
Dmsg4(850, "before write_rec FI=%d SessId=%d Strm=%s len=%d\n",
/* Debug code: check if we must hangup or blowup */
if (handle_hangup_blowup(jcr, jcr->JobFiles, jcr->JobBytes)) {
- fd->close();
return false;
}