mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
+
This commit is contained in:
parent
af889013f5
commit
00bdb487a5
@ -481,7 +481,7 @@ open_stream(XMLNode node) {
|
||||
string packet;
|
||||
float version;
|
||||
|
||||
ASSERT("open_stream: node[@xmlns]", stringp(node["@xmlns"]))
|
||||
ASSERT("open_stream: node[@xmlns]", stringp(node["@xmlns"]), node)
|
||||
// make a loooong random string and hash it not to expose our random numbers
|
||||
streamid = sha1(RANDHEXSTRING + RANDHEXSTRING + RANDHEXSTRING + RANDHEXSTRING);
|
||||
version = to_float(node["@version"]);
|
||||
|
Loading…
Reference in New Issue
Block a user