make the "-l logfile" option actually do something..

This commit is contained in:
Peter Wemm 1996-09-07 20:41:09 +00:00
parent ae6e81ef56
commit a64c504c01
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: ctm_dequeue.c,v 1.3 1996/09/07 18:48:42 peter Exp $
* $Id: ctm_dequeue.c,v 1.4 1996/09/07 19:46:29 peter Exp $
*/
/*
@ -76,6 +76,9 @@ main(int argc, char **argv)
if (argc != 2)
usage();
if (log_file)
err_set_log(log_file);
queue_dir = argv[1];
list[0] = queue_dir;
list[1] = NULL;