X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=blob.c;h=126cab43e6a9aa3a37248dbede7ad50d62daadc1;hp=6f10f0a2a02e7bb4ccbbebe7307bad007386bccf;hb=92339599bddb1b1b79b6aa76d645b403081f4835;hpb=ed7b668ad79fdcde7bc8abddd46f721d5b232d04 diff --git a/blob.c b/blob.c index 6f10f0a2..126cab43 100644 --- a/blob.c +++ b/blob.c @@ -622,7 +622,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;\