X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.c;h=e2c1ef46f40624adddf6dd7611e07ec2a9f97ef8;hp=2aee5b6aa6e1b9e9f9361bb920933c305e0e9b5a;hb=e0acbd356abf4d9f1b693065b1ff23c57c53ab1e;hpb=97e3deb06e0dd2e63520c2dc0736e753e1276fde diff --git a/osl.c b/osl.c index 2aee5b6a..e2c1ef46 100644 --- a/osl.c +++ b/osl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -312,7 +312,6 @@ static int init_column_descriptions(struct osl_table *t) int i, j, ret; const struct osl_column_description *cd; - ret = -E_BAD_TABLE_DESC; ret = verify_name(t->desc->name); if (ret < 0) goto err;