X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomsh.c;h=7276d63fef7bea7a2adb0b4b747e4380424242c0;hb=f517f60a95e2f94edd1efd750024642b5941ef08;hp=74cb3139e64402203428975ed9e7163483665845;hpb=e72e394106dd25d6a8a8c7c2fa677f40ef5e7eb6;p=yaz-moved-to-github.git diff --git a/zoom/zoomsh.c b/zoom/zoomsh.c index 74cb313..7276d63 100644 --- a/zoom/zoomsh.c +++ b/zoom/zoomsh.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 2002-2004, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoomsh.c,v 1.28 2004-04-28 22:45:00 adam Exp $ + * $Id: zoomsh.c,v 1.32 2005-01-15 19:47:15 adam Exp $ */ /* ZOOM-C Shell */ @@ -30,13 +30,6 @@ #define MAX_CON 100 -#if 0 -static void dummy() -{ - cs_get_ssl(0); -} -#endif - static int next_token (const char **cpp, const char **t_start) { int len = 0; @@ -276,7 +269,7 @@ static void cmd_debug (ZOOM_connection *c, ZOOM_resultset *r, ZOOM_options options, const char **args) { - yaz_log_init_level(LOG_ALL); + yaz_log_init_level(YLOG_ALL); } static void cmd_search (ZOOM_connection *c, ZOOM_resultset *r, @@ -556,12 +549,6 @@ int main (int argc, char **argv) ZOOM_connection z39_con[MAX_CON]; ZOOM_resultset z39_res[MAX_CON]; - if (0) - { - COMSTACK cs = 0; - cs_get_ssl(cs); - cs_create_host(0, 0, 0); - } nmem_init(); for (i = 0; i