Commit 7d757f77 authored by Pavel Vainerman's avatar Pavel Vainerman

(ModbusServer): исправление ошибки компиляции в x86_64

parent bd78d913
...@@ -486,6 +486,9 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname ...@@ -486,6 +486,9 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
# .. # ..
%changelog %changelog
* Tue Apr 19 2016 Pavel Vainerman <pv@altlinux.ru> 2.3-alt1
- build new version
* Sun Apr 17 2016 Pavel Vainerman <pv@altlinux.ru> 2.2-alt31.7 * Sun Apr 17 2016 Pavel Vainerman <pv@altlinux.ru> 2.2-alt31.7
- LogSession: auto restore log levels after all sesssions closed - LogSession: auto restore log levels after all sesssions closed
......
...@@ -49,7 +49,7 @@ ModbusTCPServer::~ModbusTCPServer() ...@@ -49,7 +49,7 @@ ModbusTCPServer::~ModbusTCPServer()
{ {
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
void ModbusTCPServer::setMaxSessions( unsigned int num ) void ModbusTCPServer::setMaxSessions( size_t num )
{ {
if( num < sessCount ) if( num < sessCount )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment