X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=df66c9d08de75f1013d6bc3befbe31bfc8022f8a;hp=30c12f1ca133a0caa98ac581ca1fc31aaf5c4909;hb=ddd7cd853044105f329a2c70cce2d8f1470f559e;hpb=31233289bedbb596b98eadd411bc6aac54d4ed69 diff --git a/attribute.c b/attribute.c index 30c12f1c..df66c9d0 100644 --- a/attribute.c +++ b/attribute.c @@ -604,7 +604,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;