X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fadmin.c;h=54167f60f4da46efb9f9797a0f5c1205d3325ab7;hp=c7fb4e6df7247f58de764b65f33b0aa463f24eb8;hb=eb4631c82f3b57fb016234447443268d4f46b933;hpb=69b1d8e7b437179163fe97b7cbead51a56835f2a diff --git a/client/admin.c b/client/admin.c index c7fb4e6..54167f6 100644 --- a/client/admin.c +++ b/client/admin.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -238,9 +238,6 @@ int cmd_adm_import(const char *arg) rec->u.intermediateFragment->u.notExternallyTagged = oct; oct->len = status.st_size; -#if OCT_SIZE - oct->size = status.st_size; -#endif oct->buf = (char *) odr_malloc (out, oct->len); if (fread(oct->buf, 1, oct->len, inf) != (size_t) oct->len) {