Linked epics statically
This commit is contained in:
@@ -2342,7 +2342,7 @@ static int isNodeProtected(pHdb node)
|
||||
{
|
||||
pHdb current = NULL;
|
||||
|
||||
if (node->protected == 1) {
|
||||
if (node->iprotected == 1) {
|
||||
return 1;
|
||||
}
|
||||
current = node->child;
|
||||
|
||||
Reference in New Issue
Block a user