Add mood methods {artist, title, album, comment}_matches.
[paraslash.git] / blob.c
diff --git a/blob.c b/blob.c
index 6f10f0a2a02e7bb4ccbbebe7307bad007386bccf..126cab43e6a9aa3a37248dbede7ad50d62daadc1 100644 (file)
--- 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;\