Skip to content

Commit faa18e3

Browse files
authored
Merge pull request #706 from racke/pr/send_notify_to_listmaster-crash by racke
Fix crash of RC4 encrypted password notice.
2 parents af519bc + e78cc7b commit faa18e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Sympa/WWW/Auth.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ sub authentication {
157157
$log->syslog('notice',
158158
'Password in database seems encrypted. Run upgrade_sympa_password.pl to rehash passwords'
159159
);
160-
Sympa::send_notify_to_listmaster('*', 'password_encrypted');
160+
Sympa::send_notify_to_listmaster('*', 'password_encrypted', {});
161161
return undef;
162162
}
163163

0 commit comments

Comments
 (0)