X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=blob.c;h=92332272970d48bda5fa073cb4acf7c7792415ad;hp=dbabba224ded1d96e8d8175b42181d3221df6e52;hb=33a282ec9378ca6b2d0707c6e9642a3e6b625cb4;hpb=31233289bedbb596b98eadd411bc6aac54d4ed69;ds=sidebyside diff --git a/blob.c b/blob.c index dbabba22..92332272 100644 --- a/blob.c +++ b/blob.c @@ -518,7 +518,6 @@ static int blob_open(struct osl_table **table, #define DEFINE_BLOB_INIT(table_name) \ void table_name ## _init(struct afs_table *t) \ { \ - t->name = table_name ## _table_desc.name; \ t->open = table_name ## _open; \ t->close = table_name ## _close; \ t->create = table_name ## _create;\