X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazproxy%2Fproxy.h;fp=include%2Fyazproxy%2Fproxy.h;h=e7bb0851a0c1ff57113d8f98f7a153cfa6347481;hp=e80924f8e9918659c23f3c1ec9b9a403ed805117;hb=b23e9a676e80d7083d39cc913f61e5124b45da67;hpb=d1c87720d3ce527cde3486b3b8154fb6316e279e diff --git a/include/yazproxy/proxy.h b/include/yazproxy/proxy.h index e80924f..e7bb085 100644 --- a/include/yazproxy/proxy.h +++ b/include/yazproxy/proxy.h @@ -1,4 +1,4 @@ -/* $Id: proxy.h,v 1.32 2006-04-06 16:25:21 adam Exp $ +/* $Id: proxy.h,v 1.33 2006-04-06 17:09:16 adam Exp $ Copyright (c) 1998-2006, Index Data. This file is part of the yazproxy. @@ -92,7 +92,7 @@ class YAZ_EXPORT Yaz_Proxy : public yazpp_1::Z_Assoc { long m_seed; char *m_optimize; int m_session_no; // sequence for each client session - char m_session_str[30]; // session string (time:session_no) + char m_session_str[200]; // session string (time:session_no) Yaz_ProxyConfig *m_config; char *m_config_fname; int m_bytes_sent;