Aucbvax.4692 fa.unix-wizards utzoo!decvax!ucbvax!unix-wizards Mon Oct 26 19:12:52 1981 UUCP Bug Report >From dpk.bmd70@BRL Mon Oct 26 18:24:59 1981 There is a creeping filedescriptor problem with UUXQT, the "deamon" process that executes UUX commands. In the module uuxqt.c, the variable "xfp" is used on two ocassions but is not closed on the second occasion. The missing statement is "fclose(xfp);" after the second while loop it is used in. Cheers, Doug