Skip to content

Commit

Permalink
Merge pull request #251 from ikedas/issue-244 by ikedas
Browse files Browse the repository at this point in the history
SympaSOAP crashes with add, closeList and del #244
  • Loading branch information
ikedas authored Apr 6, 2018
2 parents fbf83de + 3cba325 commit 2410f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/Sympa/WWW/SOAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ sub closeList {
(($list->{'admin'}{'status'} eq 'pending') ? 'purge' : 'close'),
sender => $sender,
md5_check => 1,
scenario_contest => {
scenario_context => {
sender => $sender,
remote_host => $ENV{'REMOTE_HOST'},
remote_addr => $ENV{'REMOTE_ADDR'},
Expand Down Expand Up @@ -801,7 +801,7 @@ sub add {
gecos => $gecos,
quiet => $quiet,
md5_check => 1,
scenario_contest => {
scenario_context => {
sender => $sender,
email => $email,
remote_host => $ENV{'REMOTE_HOST'},
Expand Down Expand Up @@ -883,7 +883,7 @@ sub del {
email => $email,
quiet => $quiet,
md5_check => 1,
scenario_contest => {
scenario_context => {
sender => $sender,
email => $email,
remote_host => $ENV{'REMOTE_HOST'},
Expand Down

0 comments on commit 2410f68

Please sign in to comment.