From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 29 Jul 1996 12:29:06 -0400 From: Rob Pike rob@plan9.bell-labs.com Subject: No subject Topicbox-Message-UUID: 49907fd0-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960729162906.7ZY22fHBYNufNcUBfyEmeYlrEKCQA0Y5KlobTaeIvzw@z> A simple bug in chan.c: in the Acreate case of namec(), OCEXEC is checked but not ORCLOSE; add if(omode & ORCLOSE) c->flag |= CRCLOSE;