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
commit2327ff5ec0d848577ea9708e405dc7c70bf31537 (patch)
tree9e8042df48e997a516fd313368bce5d1d240cbb0 /bin
parenta97a84dd397168dc64e7621ccadc5ec8775b8aa2 (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 )
#