--- ray/src/hd/rholo3.c 1997/11/19 17:05:16 3.7 +++ ray/src/hd/rholo3.c 1997/11/20 11:39:57 3.8 @@ -116,6 +116,8 @@ int nents; default: error(CONSISTENCY, "bundle_set called with unknown operation"); } + if (outdev == NULL) + return; n = RPACKSIZ; /* allocate packet holder */ for (i = 0; i < nents; i++) if (clist[i].nr > n)