HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

[hylafax-users] faxqclean



I have been having trouble with files not getting removed from the /docq
directory.  The files in question have names of the form
doc<number>.ps;30

I looked at the source for the faxqclean program and although I am not a
C programmer, it seemed that the lines:

if(got_match)
      free(base);
      continue;

should read:

if(got_match) {
      free(base);
      continue;
}

This fragment starts at line 393 in source file
hylafax-4.1.3/faxd/faxQCleanApp.c++

When I made these changes in my source tree and recompiled the faxqclean
program, it behaved as it seemed to me that it should.

So, is this a bug in the source, or is there something that I have
missed?

Charly Baker




____________________ HylaFAX(tm) Users Mailing List _______________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
 On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
  *To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*




Project hosted by iFAX Solutions