Skip to content
Snippets Groups Projects
Commit 7a68628e authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Revert "Fix for Coverity"

This reverts commit 26d2a4b5.
parent 64cb091a
No related branches found
No related tags found
No related merge requests found
......@@ -1597,7 +1597,6 @@ static void _set_features(struct node_record *old_node_table_ptr,
else
sep = "";
tmp = xstrdup(old_node_ptr->features);
save_ptr = NULL;
tok = strtok_r(tmp, ",", &save_ptr);
while (tok) {
if (node_features_g_changible_feature(tok)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment