aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-05-01 14:03:52 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-05-01 14:03:52 +0100
commite55096b063720e0be4ca8d774095d2f6dfb7c086 (patch)
tree1b3b7c743bf1963bfe7cf11270ad719072a19200 /bin
parentbb5ac2581ce9aa6a1a03c97986e91ad89f67fe3f (diff)
parentfafac666b1d9f1b73fe4330af6b3c14d57ded2cb (diff)
merge
Diffstat (limited to 'bin')
-rw-r--r--bin/mauvesend2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/mauvesend b/bin/mauvesend
index edb8e33..a61af49 100644
--- a/bin/mauvesend
+++ b/bin/mauvesend
@@ -318,8 +318,6 @@ begin
error "Cannot send update -- not all libraries are available" if update.nil?
error "No alerts specified" unless !update.alert.empty? || update.replace
- update.transmission_id = rand(2**63)
-
Mauve::Sender.new(ARGV).send(update, verbose)
rescue ArgumentError => ae