mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-24 17:00:27 -05:00
Fix Remove bad RS_ERR in FriendListModel
This commit is contained in:
parent
fb48143b1e
commit
8ef464e21e
@ -236,7 +236,8 @@ RsFriendListModel::EntryIndex RsFriendListModel::EntryIndex::parent() const
|
|||||||
i.node_index = UNDEFINED_NODE_INDEX_VALUE;
|
i.node_index = UNDEFINED_NODE_INDEX_VALUE;
|
||||||
break;
|
break;
|
||||||
case ENTRY_TYPE_UNKNOWN:
|
case ENTRY_TYPE_UNKNOWN:
|
||||||
RS_ERR("Unknown Entry type for parent.");
|
//Can be when request root index.
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return i;
|
return i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user