Diff

Differences From Artifact [2d7701caf5]:

To Artifact [74f9ca7c3e]:


371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
371
372
373
374
375
376
377


378
379
380
381
382
383
384







-
-







     * ignored.
     */
    if (is_stderr) {
	fwrite(data, 1, len, stderr);
	return 0;
    }

    inbuf_head = 0;

    /*
     * If this is before the real session begins, just return.
     */
    if (!outptr)
	return 0;

    if (outlen > 0) {