From: rettenbe Date: Fri, 26 Jun 2009 14:35:28 +0000 (+0000) Subject: rollback, no additional parameters needed for goto-notify X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0a0200b7018feeda2c997cbc5cf6b5a7552e8222;p=gosa.git rollback, no additional parameters needed for goto-notify git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13808 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/client/events/gosaTriggered.pm b/gosa-si/client/events/gosaTriggered.pm index 82040804e..575a5663a 100644 --- a/gosa-si/client/events/gosaTriggered.pm +++ b/gosa-si/client/events/gosaTriggered.pm @@ -127,8 +127,7 @@ sub usr_msg { print $rand_fh "source:$source\ntarget:$target\nusr:$to\nsubject:".@{$msg_hash->{'subject'}}[0]."\nmessage:".@{$msg_hash->{'message'}}[0]."\n"; close $rand_fh; - my ($host, $port) = split(':', $target); - my $feedback = system("/usr/bin/goto-notify user-message '$to' '$subject' '$message' '$rand_file' '$host' &" ); + my $feedback = system("/usr/bin/goto-notify user-message '$to' '$subject' '$message' '$rand_file' &" ); return }