Version 1.3.10
[yazproxy-moved-to-github.git] / include / yazproxy / limit-connect.h
index 454ba15..1b90ade 100644 (file)
@@ -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);
 };