summaryrefslogtreecommitdiff
path: root/src/config/conftree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/conftree.c')
-rw-r--r--src/config/conftree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config/conftree.c b/src/config/conftree.c
index d4b01ef..a146188 100644
--- a/src/config/conftree.c
+++ b/src/config/conftree.c
@@ -42,11 +42,6 @@ static int confnode_write (uint32_t d, unsigned int h, void *data)
{
node *nod = genalloc_s(node, &conftree.ga) + d ;
(void)h ;
- if ((conftree.storage->s[nod->key] & ~0x20) == 'A')
- {
- conftree.storage->s[++nod->data] |= '@' ;
- nod->datalen-- ;
- }
return cdbmake_add((cdbmaker *)data, conftree.storage->s + nod->key, nod->keylen, conftree.storage->s + nod->data, nod->datalen) ;
}