X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=blob.c;h=72e4a55b30ffe4ca3e13a79f866f7f2a27f67baf;hb=9ed40ffa50a4b0e5b1f8b097ca54b8ce196b115a;hp=3539453ec0e5a174e0e962ae3b84946e4f837f25;hpb=02d818d9e4d816d6decb319b522f0074038e68e2;p=paraslash.git diff --git a/blob.c b/blob.c index 3539453e..72e4a55b 100644 --- a/blob.c +++ b/blob.c @@ -534,6 +534,7 @@ static int blob_open(struct osl_table **table, t->close = table_name ## _close; \ t->create = table_name ## _create;\ t->event_handler = table_name ##_event_handler; \ + table_name ## _table = NULL; \ }