mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
af889013f5
commit
00bdb487a5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue