git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Optimized sending answers in sgconfig.
[stg.git]
/
stglibs
/
srvconf.lib
/
parsers
/
auth_by.cpp
diff --git
a/stglibs/srvconf.lib/parsers/auth_by.cpp
b/stglibs/srvconf.lib/parsers/auth_by.cpp
index 61f590bfcc927d3deb62534ee5908161753b17bd..143eee261dae838b82740716eead98999ffa5c0f 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/auth_by.cpp
+++ b/
stglibs/srvconf.lib/parsers/auth_by.cpp
@@
-24,9
+24,10
@@
using namespace STG;
-AUTH_BY::PARSER::PARSER(CALLBACK f, void * d)
+AUTH_BY::PARSER::PARSER(CALLBACK f, void * d
, const std::string & e
)
: callback(f),
data(d),
+ encoding(e),
depth(0),
parsingAnswer(false)
{