Skip to content
Snippets Groups Projects
Commit a7619c4c authored by Luke Howard's avatar Luke Howard
Browse files

Return duplicated entry from entry_dup() - interesting that

this was actually working when compiling without optimization
parent b6835be9
No related branches found
No related tags found
No related merge requests found
......@@ -760,5 +760,7 @@ Entry *entry_dup( Entry *e )
ret->e_bv.bv_val = NULL;
ret->e_bv.bv_len = 0;
ret->e_private = NULL;
return ret;
}
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