X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazproxy%2Flimit-connect.h;h=1b90ade801d3881cc9e076a3fb838b8c8810e4dc;hp=454ba15e1ab4d97ec811f97373b2f41d313f7cdd;hb=HEAD;hpb=dfdff5f2d2825a500d3d27200d2ec32ee063a975 diff --git a/include/yazproxy/limit-connect.h b/include/yazproxy/limit-connect.h index 454ba15..1b90ade 100644 --- a/include/yazproxy/limit-connect.h +++ b/include/yazproxy/limit-connect.h @@ -1,5 +1,5 @@ /* This file is part of YAZ proxy - Copyright (C) 1998-2009 Index Data + Copyright (C) 1998-2011 Index Data YAZ proxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -33,7 +33,7 @@ public: private: struct Peer; - int m_period; + int m_period; Peer *m_peers; Peer **lookup(const char *peername); };