]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - blob.c
create_local_socket(): Avoid code duplication.
[paraslash.git] / blob.c
diff --git a/blob.c b/blob.c
index 9973de9544486e4df2f1d9d0a381db9978c4dc6d..7aedf59bb9d3da7ead694f9c2d85c2d8e52da9d7 100644 (file)
--- a/blob.c
+++ b/blob.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2014 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -645,7 +645,7 @@ static int blob_get_name_and_def_by_row(struct osl_table *table,
        static int table_name ## _create(const char *dir) \
        { \
                table_name ## _table_desc.dir = dir; \
-               return osl_create_table(&table_name ## _table_desc); \
+               return osl(osl_create_table(&table_name ## _table_desc)); \
        }
 
 static int blob_open(struct osl_table **table,