Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
3cba3257
Commit
3cba3257
authored
Apr 05, 2018
by
IKEDA Soji
Browse files
SympaSOAP crashes with add, closeList and del #244
parent
fbf83de0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/WWW/SOAP.pm
View file @
3cba3257
...
...
@@ -713,7 +713,7 @@ sub closeList {
((
$list
->
{'
admin
'}{'
status
'}
eq
'
pending
')
?
'
purge
'
:
'
close
'),
sender
=>
$sender
,
md5_check
=>
1
,
scenario_conte
s
t
=>
{
scenario_conte
x
t
=>
{
sender
=>
$sender
,
remote_host
=>
$ENV
{'
REMOTE_HOST
'},
remote_addr
=>
$ENV
{'
REMOTE_ADDR
'},
...
...
@@ -801,7 +801,7 @@ sub add {
gecos
=>
$gecos
,
quiet
=>
$quiet
,
md5_check
=>
1
,
scenario_conte
s
t
=>
{
scenario_conte
x
t
=>
{
sender
=>
$sender
,
email
=>
$email
,
remote_host
=>
$ENV
{'
REMOTE_HOST
'},
...
...
@@ -883,7 +883,7 @@ sub del {
email
=>
$email
,
quiet
=>
$quiet
,
md5_check
=>
1
,
scenario_conte
s
t
=>
{
scenario_conte
x
t
=>
{
sender
=>
$sender
,
email
=>
$email
,
remote_host
=>
$ENV
{'
REMOTE_HOST
'},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment