aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-05-01 13:41:01 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-05-01 13:41:01 +0100
commit0c95e0543f8e0ffc7e7b3d33799b78e03c1049d2 (patch)
tree439adb0f9126a094eec6e9d521b35b6c55513082 /bin
parent69ddc82f0aef0fb31ff6b3f12ba11dcfa8d35758 (diff)
Updated sender to try and get things into UTF8 where poss.
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