mirror of
git://git.gnupg.org/gnupg.git
synced 2025-06-14 18:31:03 +02:00
Revert bad patch.
This commit is contained in:
parent
bf4728992f
commit
5ce7563171
@ -2667,14 +2667,7 @@ start_tree(KBNODE *tree)
|
|||||||
PACKET *pkt;
|
PACKET *pkt;
|
||||||
|
|
||||||
pkt=xmalloc_clear(sizeof(*pkt));
|
pkt=xmalloc_clear(sizeof(*pkt));
|
||||||
|
pkt->pkttype=PKT_NONE;
|
||||||
/* 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;
|
|
||||||
|
|
||||||
*tree=new_kbnode(pkt);
|
*tree=new_kbnode(pkt);
|
||||||
delete_kbnode(*tree);
|
delete_kbnode(*tree);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user