Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
e3ee3668
Unverified
Commit
e3ee3668
authored
Nov 08, 2019
by
Stefan Hornburg (Racke)
Browse files
Use explicit check for included data sources.
parent
a050cfd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sbin/sympa.pl.in
View file @
e3ee3668
...
...
@@ -884,9 +884,7 @@ if ($main::options{'dump'} or $main::options{'dump_users'}) {
exit
1
;
}
my
$result
=
$list
->
sync_include
();
if
(
$result
==
0
)
{
unless
(
$list
->
has_include_data_sources
)
{
printf
STDERR
"
No data sources defined for inclusion into list %s.
\n
",
$list
->
get_id
;
exit
1
;
...
...
Write
Preview
Markdown
is supported
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