From aea462f777680f3dd68968a32b309aa069b75a98 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 23:28:10 -0600 Subject: Add ability to set maximum terminal service users in group --- lib/libtqtrla/src/tqtrla.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libtqtrla/src/tqtrla.cpp') diff --git a/lib/libtqtrla/src/tqtrla.cpp b/lib/libtqtrla/src/tqtrla.cpp index 50cb025..3c00bcf 100644 --- a/lib/libtqtrla/src/tqtrla.cpp +++ b/lib/libtqtrla/src/tqtrla.cpp @@ -633,6 +633,7 @@ TQDataStream &operator<<( TQDataStream &s, const TerminalServiceAuthGroupType &a s << agt.protocolVersion; s << agt.groupName; s << agt.allowedServerNames; + s << agt.maximumActiveSessionCount; return s; } @@ -649,6 +650,7 @@ TQDataStream &operator>>( TQDataStream &s, TerminalServiceAuthGroupType &agt ) s >> agt.protocolVersion; s >> agt.groupName; s >> agt.allowedServerNames; + s >> agt.maximumActiveSessionCount; return s; } -- cgit v1.2.3