X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=cfb7dde0d0c1bc83160f6698bbe304d27007444b;hp=b962661a10b28ed879dc88271afe1ce34a9980c5;hb=f74525557a0f63090de04fcb2ad401db0783f9a3;hpb=8ea8abb73199b32fdd7afdf8825afa42ed8de244 diff --git a/attribute.c b/attribute.c index b962661a..cfb7dde0 100644 --- a/attribute.c +++ b/attribute.c @@ -610,7 +610,6 @@ static int attribute_create(const char *dir) */ void attribute_init(struct afs_table *t) { - t->name = attribute_table_desc.name; t->open = attribute_open; t->close = attribute_close; t->create = attribute_create;