Return ter code from dirLink

This commit is contained in:
Bronek Kozicki
2025-04-03 19:33:38 +01:00
parent f6a9b4f5b1
commit 676ed9ad04

View File

@@ -271,7 +271,7 @@ applyCreate(
if (auto ter = dirLink(sb, accountId, ammSle); ter)
{
JLOG(j_.debug()) << "AMM Instance: failed to insert owner dir";
return {tecDIR_FULL, false};
return {ter, false};
}
sb.insert(ammSle);