Code

gen_smb_hash should return generated smb hash instead of nothing
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Feb 2008 10:47:15 +0000 (10:47 +0000)
committerjanw <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

index d722c90b3402ebb74b811f82260d1eb749fd048f..2e54deb5bc2d487db71d544d214c56093ad33fac 100644 (file)
@@ -125,7 +125,7 @@ sub gen_smb_hash {
 
      my %data= ('hash' => join(q[:], ntlmgen $password));
      my $out_msg = &build_msg("gen_smb_hash", $target, 'GOSA', \%data );
-     return;
+     return ( $out_msg );
 }