X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-c.c;h=fe7971dfe0889755cc7b26f2a5437c41e760337e;hb=3c03c66fdcf640bbf4c611a48bf8c74989d077f6;hp=c73027486aece3b3d3fa73e945ef879ed1d6c8bc;hpb=5a3a3e3534d174cbc3b500a499611150bef8fc30;p=yaz-moved-to-github.git diff --git a/src/zoom-c.c b/src/zoom-c.c index c730274..fe7971d 100644 --- a/src/zoom-c.c +++ b/src/zoom-c.c @@ -1362,7 +1362,6 @@ static zoom_ret ZOOM_connection_send_init(ZOOM_connection c) Z_InitRequest *ireq = apdu->u.initRequest; Z_IdAuthentication *auth = (Z_IdAuthentication *) odr_malloc(c->odr_out, sizeof(*auth)); - char *version; ODR_MASK_SET(ireq->options, Z_Options_search); ODR_MASK_SET(ireq->options, Z_Options_present);