There was an error while loading. Please reload this page.
1 parent 453322a commit bcfe420Copy full SHA for bcfe420
1 file changed
backends/open62541/src/import.c
@@ -437,7 +437,6 @@ NodesetLoader_BackendOpen62541_addNamespace(void *userContext,
437
UA_String *localNamespaceUris,
438
UA_NamespaceMapping *nsMapping) {
439
AddNodeContext *ctx = (AddNodeContext*)userContext;
440
- assert(nsMapping == &ctx->nsMapping);
441
for(size_t i = 0; i < localNamespaceUrisSize; i++) {
442
AddNodeContext_addNamespace(ctx, localNamespaceUris[i], false);
443
}
0 commit comments