1
0
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:
David Shaw 2005-08-04 21:39:43 +00:00
parent bf4728992f
commit 5ce7563171

View File

@ -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);
}