X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.xs;h=692444075367238efd242fc3b1c549d74d3e2c70;hp=e3e08be4020d33aae9bb8ca751f906f64d0be9fa;hb=b253d10bee09bcce4b50b47bbe4b283ac8c63306;hpb=bebe3177041346fe42244594292ceaa2c77e9fd4 diff --git a/SimpleServer.xs b/SimpleServer.xs index e3e08be..6924440 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -25,7 +25,10 @@ */ /*$Log: SimpleServer.xs,v $ -/*Revision 1.18 2003-01-03 09:05:41 sondberg +/*Revision 1.19 2003-09-09 11:40:10 mike +/*(Finally!) support implementation-ID +/* +/*Revision 1.18 2003/01/03 09:05:41 sondberg /*Applied Dave's GRS-1 patch - actually this was already done in revision 1.17. /* /*Revision 1.16 2002/11/26 17:09:18 mike @@ -1208,11 +1211,9 @@ bend_initresult *bend_init(bend_initrequest *q) zhandle->handle = handle; r->errcode = SvIV(status); r->handle = zhandle; -#if 0 /* implementation_id support is not yet in mainstream Yaz */ ptr = SvPV(id, len); q->implementation_id = (char *)xmalloc(len + 1); strcpy(q->implementation_id, ptr); -#endif ptr = SvPV(name, len); q->implementation_name = (char *)xmalloc(len + 1); strcpy(q->implementation_name, ptr);