commit | 7b460e529a5a93f70d00c809bc1fda5dfcf0900f | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Feb 10 14:50:26 2017 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Feb 10 14:50:26 2017 +0100 |
tree | c38d2f796abb02da4f6fa6514bcec076e2e4afbc | |
parent | 7525026577fa074cae6958a11e44b23f17bb71be [diff] [blame] |
parser CHANGE double submodule loading checks Prevents loading a submodule more times.
diff --git a/src/parser_yin.c b/src/parser_yin.c index ea5f9bd..bdc6555 100644 --- a/src/parser_yin.c +++ b/src/parser_yin.c
@@ -6093,6 +6093,9 @@ if (lyp_check_include_missing(module)) { goto error; } + + /* remove our submodules from the parsed submodules list */ + lyp_del_includedup(module); } if (revision) {