Correcting my mistake - last commit was bad.

This commit is contained in:
interp 2001-06-27 15:29:37 +00:00
parent 83ac8d21fd
commit e381d4737e
1 changed files with 4 additions and 4 deletions

View File

@ -229,13 +229,13 @@
(facility (list-ref-carefully rest 2 #f))
(mask (list-ref-carefully rest 3 #f)))
(make-syslog-channel (or ident
(syslog-channel-ident ident))
(syslog-channel-ident channel))
(or options
(syslog-channel-options options))
(syslog-channel-options channel))
(or facility
(syslog-channel-facility facility))
(syslog-channel-facility channel))
(or mask
(syslog-channel-mask mask)))))
(syslog-channel-mask channel)))))
(define dynamic-syslog-channel
(make-thread-fluid