summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c67333)
raw | patch | inline | side by side (parent: 2c67333)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 29 Feb 2008 10:47:15 +0000 (10:47 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 29 Feb 2008 10:47:15 +0000 (10:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9209 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/gosaTriggered.pm | patch | blob | history |
index d722c90b3402ebb74b811f82260d1eb749fd048f..2e54deb5bc2d487db71d544d214c56093ad33fac 100644 (file)
my %data= ('hash' => join(q[:], ntlmgen $password));
my $out_msg = &build_msg("gen_smb_hash", $target, 'GOSA', \%data );
- return;
+ return ( $out_msg );
}