X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fadmin.c;h=de29207abe8385c3e13962604251d2fa81100770;hp=c7fb4e6df7247f58de764b65f33b0aa463f24eb8;hb=28c5fe25e891098bcf5f18dfd0e3abe729dc340f;hpb=38dfcb07c905b2ba53e84678c3ce53c40e27b0b7 diff --git a/client/admin.c b/client/admin.c index c7fb4e6..de29207 100644 --- a/client/admin.c +++ b/client/admin.c @@ -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) {