summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-12-12 14:13:50 +0000
committerSteve Kemp <steve@steve.org.uk>2012-12-12 14:13:50 +0000
commite3d9a6ad6cb2c1463915d356172e5aeb92c4e26f (patch)
tree906b288a0ee1b735d6141d06036aae637b2c9882 /bin
parent7b79a3ef686fad23bd68a59ce5573699bb059adc (diff)
The dequeuing process passes the settings to the wroker.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-dequeue2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue
index 4e652ff..08579af 100755
--- a/bin/custodian-dequeue
+++ b/bin/custodian-dequeue
@@ -144,7 +144,7 @@ if __FILE__ == $0 then
#
# Create the object
#
- worker = Custodian::Worker.new( $SERVER, $ALERTER, $LOGFILE )
+ worker = Custodian::Worker.new( $SERVER, $ALERTER, $LOGFILE, settings )
#