This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 3.3.x-pending-changes-3.3.3
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d60f6df5d03e7752b4d42cc1b774df1f14bd2b09
Author: Robert Newson <rnew...@apache.org>
AuthorDate: Mon Jul 10 15:27:11 2023 +0100

    split all
---
 src/couch_replicator/src/couch_replicator_parse.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch_replicator/src/couch_replicator_parse.erl 
b/src/couch_replicator/src/couch_replicator_parse.erl
index e4c0c0211..8184c30ff 100644
--- a/src/couch_replicator/src/couch_replicator_parse.erl
+++ b/src/couch_replicator/src/couch_replicator_parse.erl
@@ -283,7 +283,7 @@ cfg_atoms(Cfg, Default) ->
         undefined ->
             Default;
         V when is_list(V) ->
-            [list_to_atom(string:strip(S)) || S <- string:split(V, ",")]
+            [list_to_atom(string:strip(S)) || S <- string:split(V, ",", all)]
     end.
 
 cfg_sock_opts() ->

Reply via email to