mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Revert bad patch.
This commit is contained in:
parent
bf4728992f
commit
5ce7563171
@ -2667,14 +2667,7 @@ start_tree(KBNODE *tree)
|
||||
PACKET *pkt;
|
||||
|
||||
pkt=xmalloc_clear(sizeof(*pkt));
|
||||
|
||||
/* We're not acually using a user ID here - this is just an
|
||||
arbitrary choice. We delete it anyway. */
|
||||
|
||||
pkt->pkttype=PKT_USER_ID;
|
||||
pkt->pkt.user_id=xmalloc_clear(sizeof *pkt->pkt.user_id);
|
||||
pkt->pkt.user_id->ref=1;
|
||||
|
||||
pkt->pkttype=PKT_NONE;
|
||||
*tree=new_kbnode(pkt);
|
||||
delete_kbnode(*tree);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user